Subversion Repositories tpanel

Rev

Rev 15 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 15 Rev 21
Line 21... Line 21...
21
 
21
 
22
#include <thread>
22
#include <thread>
23
#include <chrono>
23
#include <chrono>
24
#include <functional>
24
#include <functional>
25
 
25
 
-
 
26
#ifdef __ANDROID__
-
 
27
typedef unsigned long int ulong;
-
 
28
#endif
-
 
29
 
-
 
30
extern bool prg_stopped;
-
 
31
 
26
class TTimer
32
class TTimer
27
{
33
{
28
    public:
34
    public:
29
        TTimer();
35
        TTimer();
30
        ~TTimer();
36
        ~TTimer();