diff options
| author | cadmic <cadmic24@gmail.com> | 2024-09-12 02:24:31 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-12 05:24:31 -0400 |
| commit | 09c1816e2d6c4da8468c59d69454aa3e6a9ef27f (patch) | |
| tree | d4329a6cd21ab49f0d6cb076e24b475e65955b01 /src/code/z_actor.c | |
| parent | f19331101321afb83c0d026c1b1a4df2b4cb4e6a (diff) | |
Add OOT_PAL_N64 and move other shorthands to versions.h (#2188)
* Move definitions of OOT_NTSC/OOT_PAL/OOT_MQ to versions.h
* Add PAL_N64 shorthand
Diffstat (limited to 'src/code/z_actor.c')
| -rw-r--r-- | src/code/z_actor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/code/z_actor.c b/src/code/z_actor.c index 273add47c..e0d1c5042 100644 --- a/src/code/z_actor.c +++ b/src/code/z_actor.c @@ -3,6 +3,7 @@ #include "quake.h" #include "rand.h" #include "terminal.h" +#include "versions.h" #include "overlays/actors/ovl_Arms_Hook/z_arms_hook.h" #include "overlays/actors/ovl_En_Part/z_en_part.h" |
