]> git.treefish.org Git - phys/latlib.git/blob - cubelooks_test.cpp
...
[phys/latlib.git] / cubelooks_test.cpp
1 #include "cubelooks.h"
2 #include "unistd.h"
3 #include <iostream>
4
5 using namespace std;
6
7 int main(int argc, char **argv)
8 {
9
10   cubelooks clooks(2,1, 6, &argc, argv);
11
12   while(true) {
13     sleep(1);
14   }
15   
16
17   return 0;
18 }