mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-09 03:10:22 +00:00
71be0400dc
svn-id: r3833
10 lines
102 B
C++
10 lines
102 B
C++
class OSystem
|
|
{
|
|
public:
|
|
int waitTick(int delta);
|
|
int last_time;
|
|
int new_time;
|
|
|
|
OSystem();
|
|
};
|