00001 //*** Platform_NULL.cpp *** 00002 00003 #include "Platform_NULL_OS.h" 00004 #include "Platform_NULL_Time.h" 00005 #include "Platform_NULL_Input.h" 00006 #include "Platform_NULL_FileSystem.h" 00007 #include "Platform_NULL_Screen.h" 00008 //#include "Platform_NULL_Network.h" 00009 //#include "Platform_NULL_3D.h" 00010 #include "Platform_NULL_Sound.h" 00011 00012 00013 void Platform_NULL() 00014 { 00015 Platform_NULL_OS(); 00016 Platform_NULL_Time(); 00017 Platform_NULL_Input(); 00018 Platform_NULL_FileSystem(); 00019 Platform_NULL_Screen(); 00020 // Platform_NULL_Network(); 00021 // Platform_NULL_3D(); 00022 Platform_NULL_Sound(); 00023 }