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
This commit is contained in:
fig02
2025-04-23 19:31:49 -04:00
committed by GitHub
parent 680ba667c7
commit de59ad3db7
303 changed files with 529 additions and 70 deletions
+2
View File
@@ -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"