This website requires JavaScript.
Explore
Help
Register
Sign In
libretro
/
scummvm
Watch
1
Star
0
Fork
0
You've already forked scummvm
mirror of
https://github.com/libretro/scummvm.git
synced
2025-01-19 00:15:30 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
system.h
10 lines
102 B
C
Raw
Normal View
History
Unescape
Escape
Add system.h that I forgot in the last commit svn-id: r3796
2002-03-21 01:03:27 +00:00
class
OSystem
{
public
:
int
waitTick
(
int
delta
)
;
int
last_time
;
int
new_time
;
Fixed most of the speed issues of insane svn-id: r3833
2002-03-25 22:46:32 +00:00
OSystem
(
)
;
Add system.h that I forgot in the last commit svn-id: r3796
2002-03-21 01:03:27 +00:00
}
;
Reference in New Issue
Copy Permalink