00001 //*** Platform_Win32.cpp *** 00002 00003 #include "Platform_Win32_OS.h" 00004 #include "Platform_Win32_Time.h" 00005 #include "Platform_Win32_Input.h" 00006 #include "Platform_Win32_FileSystem.h" 00007 #include "Platform_Win32_Screen.h" 00008 #include "Platform_Win32_Network.h" 00009 #include "Platform_Win32_3D.h" 00010 #include "Platform_Win32_Sound.h" 00011 00012 00013 void Platform_Win32() 00014 { 00015 Platform_Win32_OS(0,0); 00016 Platform_Win32_Time(); 00017 Platform_Win32_Input(0); 00018 Platform_Win32_FileSystem(); 00019 Platform_Win32_Screen(0); 00020 Platform_Win32_Network(); 00021 Platform_Win32_3D(0); 00022 Platform_Win32_Sound(0); 00023 }