This website requires JavaScript.
Explore
Help
Register
Sign in
thirdparty
/
scummvm
Watch
2
Star
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
b195bb597c
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 a new issue
Copy permalink