BizHawk/libmupen64plus/mupen64plus-video-jabo/Config.h

10 lines
211 B
C

#ifndef CONFIG_H
#define CONFIG_H
#include "m64p.h"
BOOL Config_Open();
int Config_ReadInt(const char *itemname, const char *desc, int def_value, BOOL create=TRUE, BOOL isBoolean=TRUE);
#endif /* CONFIG_H */