index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
system.h
blob: ec781228e8569705bc2b9cbe444c47782a42340b (
plain
)
1
2
3
4
5
6
7
class
OSystem
{
public
:
int
waitTick
(
int
delta
);
int
last_time
;
int
new_time
;
};