X2 Standard  Version 1.24
tickcountinterface.h
1 #ifndef _TickCountInterface_H_
2 #define _TickCountInterface_H_
3 
4 #define TickCountInterface_Name "com.bisque.TheSkyX.Components.TickCountInterface/1.0"
5 
17 {
18 public:
19  virtual ~TickCountInterface(){};
20 
21 public:
22 
24  virtual int elapsed()=0;
25 
26 };
27 
28 #endif
29 
30 //Linux wants a 'newline' at the end of every source file - don't delete the one after this line
TickCountInterface
The TickCountInterface is a cross-platform way to measure relative timing.
Definition: tickcountinterface.h:17
TickCountInterface::elapsed
virtual int elapsed()=0
X2 Examples
(C) Software Bisque, Inc. All rights reserved.