Back to Evolution Project page
00001 #ifndef SYSTEM_EVO 00002 #define SYSTEM_EVO 00003 00004 #include <ClanLib/core.h> 00005 00006 class TSystem { 00007 public: 00009 static bool init(); 00011 static bool finish(); 00012 private: 00013 00014 protected: 00015 }; 00016 00017 00018 #endif //SYSTEM_EVO