summaryrefslogtreecommitdiff
path: root/src/code
diff options
context:
space:
mode:
authorAnghelo Carvajal <angheloalf95@gmail.com>2023-08-09 21:21:12 -0400
committerGitHub <noreply@github.com>2023-08-09 21:21:12 -0400
commitfd54debbf2d18c7c9bfdd10bd42aab5abe9266a2 (patch)
tree4dc24ddd4fdc4210022b7d9a8c631d45020e3d11 /src/code
parent56b4e612cc8fc1af7c051592e850ca1aac02e39e (diff)
`libu64.a` identification (#43)
* identify debug * identify gfxprint.c and gfxprint_data.c * pad.c * fix * stackcheck * loadfragment and logseverity * mtxconv * comment * Revert "loadfragment and logseverity" This reverts commit 34d8214aa3869a518db8c9b59dc06361e8507418. * review * fix * another fix * fix
Diffstat (limited to 'src/code')
-rw-r--r--src/code/game.c2
-rw-r--r--src/code/irqmgr.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/code/game.c b/src/code/game.c
index 706b5c9..480dba1 100644
--- a/src/code/game.c
+++ b/src/code/game.c
@@ -4,7 +4,7 @@
#include "67E840.h"
#include "speed_meter.h"
#include "graph.h"
-#include "debug.h"
+#include "libu64/debug.h"
#include "libc64/malloc.h"
#include "6EDD10.h"
#include "padmgr.h"
diff --git a/src/code/irqmgr.c b/src/code/irqmgr.c
index d6afb3a..82cd38d 100644
--- a/src/code/irqmgr.c
+++ b/src/code/irqmgr.c
@@ -1,6 +1,6 @@
#include "irqmgr.h"
-#include "stackcheck.h"
+#include "libu64/stackcheck.h"
#include "m_thread.h"
#include "PR/os_internal.h"
#include "macros.h"