main.cpp
Go to the documentation of this file.00001
00002 #include <iostream>
00003 using namespace std;
00004
00005 #include <cubegui.h>
00006
00007
00008 int main(int argc, char** argv)
00009 {
00010 cubegui().prog01(argc,argv);
00011
00012 return 0;
00013 }
00014
00015