Fix Timer

This commit is contained in:
Joshua Granick
2014-06-13 15:43:50 -07:00
parent 714357cbc0
commit affe97e040
7 changed files with 520 additions and 191 deletions

View File

@@ -0,0 +1,22 @@
#ifndef LIME_SYSTEM_SYSTEM_H
#define LIME_SYSTEM_SYSTEM_H
namespace lime {
class System {
public:
static double GetTimestamp ();
};
}
#endif