CrossFramework Library
|
00001 00006 #if defined(XBASE_INCLUDED_APPLICATION_WINDOWS_HPP) 00007 #else 00008 #define XBASE_INCLUDED_APPLICATION_WINDOWS_HPP 00009 00010 //------------------------------------------------------------ 00011 #include <XBase/Time.hpp> 00012 00013 //------------------------------------------------------------ 00014 namespace XBase { 00015 // Windows環境でのApplicationの拡張。 00016 class Application_EXT 00017 { 00018 public: 00019 //============================================================ 00020 u64 prevUSec; 00021 bool doQuit; 00022 00023 00024 //============================================================ 00025 Application_EXT(); 00026 }; 00028 } 00029 //------------------------------------------------------------ 00030 #endif 00031 // EOF