Link m_debug_hayakawa.c

This commit is contained in:
Cuyler36
2023-04-22 00:55:05 -04:00
parent 5d7bc898e8
commit efb1169e4f
25 changed files with 837 additions and 88 deletions
+3
View File
@@ -2,6 +2,7 @@
#define M_MSG_H
#include "types.h"
#include "libu64/gfxprint.h"
#ifdef __cplusplus
extern "C" {
@@ -16,6 +17,8 @@ extern M_MSG_WINDOW* mMsg_Get_base_window_p();
extern void mMsg_Set_free_str(M_MSG_WINDOW* msg, int free_str_no, u8* str, size_t str_size);
extern void mMsg_debug_draw(gfxprint_t* gfxprint);
#ifdef __cplusplus
}
#endif