Zelda64Recomp/patches/patches.h

9 lines
115 B
C

#ifndef __PATCHES_H__
#define __PATCHES_H__
#include "global.h"
int recomp_printf(const char* fmt, ...);
#endif