This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
ReC98
mirror of
https://github.com/nmlgc/ReC98.git
Watch
1
Star
1
Fork
You've already forked ReC98
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9342665312
ReC98
/
th04
/
main
/
quit.hpp
8 lines
97 B
C++
Raw
Blame
History
enum
quit_t
{
Q_KEEP_RUNNING
=
0
,
Q_QUIT_TO_OP
=
1
,
Q_NEXT_STAGE
=
2
,
}
;
extern
quit_t
quit
;
Reference in New Issue
View Git Blame
Copy Permalink