PlatformHelper.h
Go to the documentation of this file.00001 00010 #ifndef __PlatformHelper_H__ 00011 #define __PlatformHelper_H__ 00012 00013 00014 //********************** 00015 //*** WINDOWS 32-BIT *** 00016 //********************** 00017 00018 #ifdef WIN32 00019 00020 // Win32 Platform Includes 00021 #include "../Win32/Platform_Win32_OS.h" 00022 #include "../Win32/Platform_Win32_Time.h" 00023 #include "../Win32/Platform_Win32_Sound.h" 00024 #include "../Win32/Platform_Win32_Input.h" 00025 #include "../Win32/Platform_Win32_Screen.h" 00026 #include "../Win32/Platform_Win32_FileSystem.h" 00027 #include "../Win32/Platform_Win32_Network.h" 00028 #include "../Win32/Platform_Win32_3D.h" 00029 00030 void DefaultWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow); 00031 00032 void DefaultWinMain3D(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow); 00033 00034 #endif /* #ifdef WIN32 */ 00035 00036 //************************** 00037 //*** END WINDOWS 32-BIT *** 00038 //************************** 00039 00040 #endif /* __PlatformHelper_H__ */
Reproduction/republishing of any material on this site without permission is strictly prohibited.
