Usermode/AxWin4 - Send mouse/keyboard events to client
[tpg/acess2.git] / Usermode / Applications / axwin4_src / Server / include / timing.hpp
1 /*
2  * Acess2 GUI v4
3  * - By John Hodge (thePowersGang) 
4  *
5  * timing.hpp
6  * - Timing Interface Header
7  */
8 #ifndef _TIMING_H_
9 #define _TIMING_H_
10
11 #include <cstdint>
12
13 namespace AxWin {
14 namespace Timing {
15
16 extern ::int64_t        GetTimeToNextEvent();
17 extern void     CheckEvents();
18
19 };      // namespace Timing
20 };      // namespace AxWin
21
22 #endif
23

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