2023-11-12 20:47:38 +01:00
|
|
|
#ifndef __PATCHES_H__
|
|
|
|
#define __PATCHES_H__
|
|
|
|
|
|
|
|
#include "global.h"
|
2023-12-01 16:56:20 +01:00
|
|
|
#include "rt64_extended_gbi.h"
|
2023-11-12 20:47:38 +01:00
|
|
|
|
2023-11-24 23:10:21 +01:00
|
|
|
int recomp_printf(const char* fmt, ...);
|
|
|
|
|
2023-11-12 20:47:38 +01:00
|
|
|
#endif
|