Merge branch 'master' of git://git.ucc.asn.au/tpg/acess2
[tpg/acess2.git] / Usermode / Applications / axwin4_src / Server / include / timing.hpp
diff --git a/Usermode/Applications/axwin4_src/Server/include/timing.hpp b/Usermode/Applications/axwin4_src/Server/include/timing.hpp
new file mode 100644 (file)
index 0000000..df5d814
--- /dev/null
@@ -0,0 +1,23 @@
+/*
+ * Acess2 GUI v4
+ * - By John Hodge (thePowersGang) 
+ *
+ * timing.hpp
+ * - Timing Interface Header
+ */
+#ifndef _TIMING_H_
+#define _TIMING_H_
+
+#include <cstdint>
+
+namespace AxWin {
+namespace Timing {
+
+extern ::int64_t       GetTimeToNextEvent();
+extern void    CheckEvents();
+
+};     // namespace Timing
+};     // namespace AxWin
+
+#endif
+

UCC git Repository :: git.ucc.asn.au