X2 Standard
Version 1.24
|
The TickCountInterface is a cross-platform way to measure relative timing. More...
#include <tickcountinterface.h>
Public Member Functions | |
virtual int | elapsed ()=0 |
The TickCountInterface is a cross-platform way to measure relative timing.
The TickCountInterface is a cross-platform timing interface passed to X2 implementors. Useful for measuring relative timing. Tested and works on Windows, Mac, Ubuntu Linux.
|
pure virtual |
Returns the number of milliseconds that have elapsed since TheSkyX started.