mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2024-11-05 22:35:06 +01:00
10 lines
146 B
C
10 lines
146 B
C
#ifndef __PATCHES_H__
|
|
#define __PATCHES_H__
|
|
|
|
#include "global.h"
|
|
#include "rt64_extended_gbi.h"
|
|
|
|
int recomp_printf(const char* fmt, ...);
|
|
|
|
#endif
|