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

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