SuperAllStarPhotoStudio/include/settings.h
RocketRobz 667fa29594 Show *Girls Mode* title on JAP consoles
ALSO: Add FPS option for the Savvy Manager GUI
2020-05-19 23:47:12 -06:00

20 lines
267 B
C++

#ifndef SETTINGS_H
#define SETTINGS_H
#ifdef __cplusplus
extern "C" {
#endif
#include <string>
extern int iFps;
extern std::string currentMusicPack;
extern void loadSettings(void);
extern void saveSettings(void);
#ifdef __cplusplus
}
#endif
#endif // SETTINGS_H