Decompile objmain.c

This commit is contained in:
gamemasterplc 2023-11-25 21:53:01 -06:00
parent ecf02cfdec
commit eafb1b3728
7 changed files with 728 additions and 101 deletions

View file

@ -6,6 +6,7 @@
#define OVL_DEFINE(name, path) name,
typedef enum {
OVL_INVALID = -1,
#include "ovl_table.h"
OVL_COUNT
} OverlayID;