Back to Evolution Project page
#ifndef SYSTEM_EVO #define SYSTEM_EVO #include <ClanLib/core.h> class TSystem { public: static bool init(); static bool finish(); private: protected: }; #endif //SYSTEM_EVO