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/sys_math3d.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/sys_math3d.c')
| -rw-r--r-- | src/code/sys_math3d.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/code/sys_math3d.c b/src/code/sys_math3d.c index 3ade95d82..35f15bdaf 100644 --- a/src/code/sys_math3d.c +++ b/src/code/sys_math3d.c @@ -1,9 +1,13 @@ +#include "sys_math3d.h" + +#include "printf.h" +#include "terminal.h" +#include "translation.h" #include "ultra64.h" #include "z_lib.h" #include "z64math.h" -#include "terminal.h" + #include "macros.h" -#include "sys_math3d.h" #pragma increment_block_number "gc-eu:77 gc-eu-mq:77 gc-jp:77 gc-jp-ce:77 gc-jp-mq:77 gc-us:77 gc-us-mq:77 ique-cn:67" \ "ntsc-1.0:64 ntsc-1.1:64 ntsc-1.2:64 pal-1.0:64 pal-1.1:64" |
