Usermode/AxWin4 - Code now compiling (if STL is present)
[tpg/acess2.git] / Usermode / Applications / axwin4_src / Server / timing.cpp
1 /*
2  * Acess2 GUI v4
3  * - By John Hodge (thePowersGang)
4  *
5  * timing.cpp
6  * - Timing code
7  */
8 #include <timing.hpp>
9
10 namespace AxWin {
11 namespace Timing {
12
13 int64_t GetTimeToNextEvent()
14 {
15         return 10*1000;
16 }
17
18 void CheckEvents()
19 {
20         
21 }
22
23 };      // namespace Timing
24 };      // namespace AxWin
25

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