![]() |
Shadowrun: Awakened 29 September 2011 - Build 871
|
00001 00002 00003 00004 00005 00006 00007 00008 00009 #ifndef __GET_TIME_H 00010 #define __GET_TIME_H 00011 00012 #include "Export.h" 00013 #include "RakNetTime.h" // For RakNet::TimeMS 00014 00015 namespace RakNet 00016 { 00019 RakNet::Time RAK_DLL_EXPORT GetTime( void ); 00020 00023 RakNet::TimeMS RAK_DLL_EXPORT GetTimeMS( void ); 00024 00027 RakNet::TimeUS RAK_DLL_EXPORT GetTimeUS( void ); 00028 00030 extern RAK_DLL_EXPORT bool GreaterThan(RakNet::Time a, RakNet::Time b); 00032 extern RAK_DLL_EXPORT bool LessThan(RakNet::Time a, RakNet::Time b); 00033 } 00034 00035 #endif
Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.