]> 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   //sleep(2);
13
14   //cubelooks clooks2(2,1, 6, &argc, argv);
15
16   while(true) {
17     sleep(1);
18   }
19   
20
21   return 0;
22 }