-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathGBAGI.cpp
More file actions
30 lines (28 loc) · 727 Bytes
/
GBAGI.cpp
File metadata and controls
30 lines (28 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#pragma hdrstop
#include <condefs.h>
//---------------------------------------------------------------------------
USEUNIT("AGIMAIN.C");
USEUNIT("CMDAGI.C");
USEUNIT("CMDTEST.C");
USEUNIT("COMMANDS.C");
USEUNIT("ERRMSG.C");
USEUNIT("GAMEDATA.C");
USEUNIT("INPUT.C");
USEUNIT("INVOBJ.C");
USEUNIT("LOGIC.C");
USEUNIT("MAIN.C");
USEUNIT("MENU.C");
USEUNIT("PARSE.C");
USEUNIT("PICTURE.C");
USEUNIT("SCREEN.C");
USEUNIT("STATUS.C");
USEUNIT("SYSTEM.C");
USEUNIT("TEXT.C");
USEUNIT("variables.c");
USEUNIT("VIEWS.C");
USEUNIT("WINGUI.C");
USEUNIT("saverestore.c");
USEUNIT("keyboard.c");
//---------------------------------------------------------------------------
#pragma argsused
int main(void);