diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2024-11-08 02:27:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-07 17:27:19 -0800 |
| commit | fcc5cf828ded5d362b2e63a8868374a50df405ed (patch) | |
| tree | 530d7d6d8690599593f6588b04d10441e364b5c7 /include/z64.h | |
| parent | 9cd9099a0431b369be39f111bf57051f544bead3 (diff) | |
libu64 (#1705)
* libu64
* libu64 -O2
* Add libu64.md
Diffstat (limited to 'include/z64.h')
| -rw-r--r-- | include/z64.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/z64.h b/include/z64.h index 30cf75ed4..9d85ddfab 100644 --- a/include/z64.h +++ b/include/z64.h @@ -16,13 +16,13 @@ #include "controller.h" #include "gfx.h" #include "gfx_setupdl.h" -#include "gfxprint.h" +#include "libu64/gfxprint.h" #include "ichain.h" #include "irqmgr.h" #include "main.h" #include "message_data_static.h" #include "padmgr.h" -#include "padutils.h" +#include "libu64/pad.h" #include "rand.h" #include "regs.h" #include "scheduler.h" |
