Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
alexbevi
GitHub Repository: alexbevi/BizHawk
Path: blob/master/libmupen64plus/mupen64plus-video-jabo/Config.h
2 views
1
#ifndef CONFIG_H
2
#define CONFIG_H
3
4
#include "m64p.h"
5
6
BOOL Config_Open();
7
int Config_ReadInt(const char *itemname, const char *desc, int def_value, BOOL create=TRUE, BOOL isBoolean=TRUE);
8
void Config_ReadScreenResolution(int * width, int * height);
9
10
11
#endif /* CONFIG_H */
12