Files
echoes/include/MetroidPrime/Tweaks/CTweakGame.hpp

16 lines
254 B
C++

#ifndef _CTWEAKGAME
#define _CTWEAKGAME
#include "rstl/string.hpp"
class CTweakGame {
public:
const rstl::string& GetPakFile();
bool GetSplashScreensDisabled();
int GetTotalPercentage();
};
extern CTweakGame* gpTweakGame;
#endif // _CTWEAKGAME