00001 00010 #ifndef __Platform_NULL_Time_H__ 00011 #define __Platform_NULL_Time_H__ 00012 00013 // Includes 00014 #include "Platform_Time.h" 00015 00016 // Forward declares 00017 00018 // Platform_NULL_Time 00019 class Platform_NULL_Time:public Platform_Time 00020 { 00021 00022 public: 00023 00024 Platform_NULL_Time(); 00025 00026 virtual float GetTime(); 00027 00028 virtual SystemTime GetSystemTime( 00029 bool utcTime = false 00030 ); 00031 00032 }; 00033 00034 00035 #endif /* __Platform_NULL_Time_H__ */