source: GTP/trunk/Lib/Illum/IBRBillboardCloudTrees/OGRE/src/main.cpp @ 721

Revision 721, 260 bytes checked in by igarcia, 18 years ago (diff)
Line 
1
2#include <IBRBillboardCloudTreeApplication.h>
3
4int main(int numargs, char** args)
5{       
6        IBRBillboardCloudTreeApplication *app = new IBRBillboardCloudTreeApplication();
7        app->parseArgs(numargs, args);
8        app->initialize();
9        delete app;
10
11        return 0;
12}
13
Note: See TracBrowser for help on using the repository browser.