diff options
| author | fig02 <fig02srl@gmail.com> | 2025-04-23 19:31:49 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-23 19:31:49 -0400 |
| commit | de59ad3db71a7e1d0134fa8be0c047c4cb1efacd (patch) | |
| tree | 687a4e8c76366dcc2bca16cb159c9c64400ecaaa /src/code/z_actor.c | |
| parent | 680ba667c71fb3df952345527726be20a9b40c93 (diff) | |
macros.h 1/?: `PRINTF` and `T` (#2509)
* create printf and translation headers
* non-overlays complete
* printf finished
* move T macro
* edit comment
* fix error
* fix bss
* remove is_64
* fix bss
Diffstat (limited to 'src/code/z_actor.c')
| -rw-r--r-- | src/code/z_actor.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/code/z_actor.c b/src/code/z_actor.c index 28a98ef31..b4bbfd3e4 100644 --- a/src/code/z_actor.c +++ b/src/code/z_actor.c @@ -3,6 +3,7 @@ #include "fault.h" #include "gfx.h" #include "gfx_setupdl.h" +#include "printf.h" #include "quake.h" #include "rand.h" #include "regs.h" @@ -12,6 +13,7 @@ #include "sys_math.h" #include "sys_matrix.h" #include "terminal.h" +#include "translation.h" #include "versions.h" #include "z_actor_dlftbls.h" #include "z_lib.h" |
