This website works better with JavaScript
Home
Explore
Help
Sign In
ivalentin
/
V-Gears
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
51b68caa9e
Branches
Tags
BATTLE_MODEL_INSTALLER
LUA
LUAAA
Remove_Luabind_Luajit
develop
feature/installer_uses_disk_images
master
V-Gears
/
utilities
/
ffvii_font_exporter
/
src
/
Main.h
Main.h
102 B
History
Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef MAIN_H
#define MAIN_H
enum
{
EXIT,
GAME
};
extern int state;
#endif // MAIN_H