mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-22 04:01:23 +00:00
10 lines
102 B
C++
10 lines
102 B
C++
class OSystem
|
|
{
|
|
public:
|
|
int waitTick(int delta);
|
|
int last_time;
|
|
int new_time;
|
|
|
|
OSystem();
|
|
};
|