2023-11-12 19:47:38 +00:00
|
|
|
#ifndef __PATCHES_H__
|
|
|
|
#define __PATCHES_H__
|
|
|
|
|
2024-01-13 06:39:08 +00:00
|
|
|
// TODO fix renaming symbols in patch recompilation
|
|
|
|
#define osRecvMesg osRecvMesg_recomp
|
|
|
|
#define osSendMesg osSendMesg_recomp
|
2023-11-12 19:47:38 +00:00
|
|
|
#include "global.h"
|
2023-12-01 15:56:20 +00:00
|
|
|
#include "rt64_extended_gbi.h"
|
2023-11-12 19:47:38 +00:00
|
|
|
|
2023-11-24 22:10:21 +00:00
|
|
|
int recomp_printf(const char* fmt, ...);
|
|
|
|
|
2023-11-12 19:47:38 +00:00
|
|
|
#endif
|