CrossFramework Library
|
00001 00006 #if defined(XBASE_INCLUDED_APPLICATION_MACOSX_HPP) 00007 #else 00008 #define XBASE_INCLUDED_APPLICATION_MACOSX_HPP 00009 00010 //------------------------------------------------------------ 00011 namespace XBase { 00012 // MacOSX環境でのApplicationの拡張。 00013 class Application_EXT 00014 { 00015 public: 00016 //============================================================ 00017 s64 prevUpdateTicks; 00018 bool doQuit; 00019 00020 //============================================================ 00021 Application_EXT(); 00022 ~Application_EXT(); 00023 }; 00025 } 00026 //------------------------------------------------------------ 00027 #endif 00028 // EOF