D:/Development/Projects/X-Clone/X-Clone/trunk/main.cpp

Go to the documentation of this file.
00001 #include "XClone.h"
00002 
00003 int main(int argc, char** argv)
00004 {
00005    XClone& game = XClone::instance();
00006 
00007    game.init();
00008 
00009    while (game.running())
00010    {
00011       game.update();
00012    }
00013 
00014    game.deinit();
00015 
00016    return 0;
00017 }

Generated on Fri Sep 22 06:00:26 2006 for X-CLONE by  doxygen 1.4.7