X-Git-Url: https://git.ucc.asn.au/?p=tpg%2Facess2.git;a=blobdiff_plain;f=Usermode%2FApplications%2Faxwin4_src%2FServer%2Finclude%2Ftiming.hpp;fp=Usermode%2FApplications%2Faxwin4_src%2FServer%2Finclude%2Ftiming.hpp;h=df5d814c5be9846c1ee218902b64f4d9e195e9de;hp=0000000000000000000000000000000000000000;hb=845b6f9d90bb87b5e760e4d49aa93b0e003ab750;hpb=67a7fe2bb79eceaf10c572a99bd8345c4e81cf5b diff --git a/Usermode/Applications/axwin4_src/Server/include/timing.hpp b/Usermode/Applications/axwin4_src/Server/include/timing.hpp new file mode 100644 index 00000000..df5d814c --- /dev/null +++ b/Usermode/Applications/axwin4_src/Server/include/timing.hpp @@ -0,0 +1,23 @@ +/* + * Acess2 GUI v4 + * - By John Hodge (thePowersGang) + * + * timing.hpp + * - Timing Interface Header + */ +#ifndef _TIMING_H_ +#define _TIMING_H_ + +#include + +namespace AxWin { +namespace Timing { + +extern ::int64_t GetTimeToNextEvent(); +extern void CheckEvents(); + +}; // namespace Timing +}; // namespace AxWin + +#endif +