Zelda64Recomp/patches/patches.h

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