mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-17 10:47:00 +00:00
19
include/MetroidPrime/Tweaks/CTweakGame.hpp
Normal file
19
include/MetroidPrime/Tweaks/CTweakGame.hpp
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef _CTWEAKGAME_HPP
|
||||
#define _CTWEAKGAME_HPP
|
||||
|
||||
#include "types.h"
|
||||
|
||||
#include "rstl/string.hpp"
|
||||
|
||||
class CTweakGame {
|
||||
public:
|
||||
const rstl::string& GetWorldPrefix() { return x4_worldPrefix; }
|
||||
|
||||
private:
|
||||
u32 x0_;
|
||||
rstl::string x4_worldPrefix;
|
||||
};
|
||||
|
||||
extern CTweakGame* gpTweakGame;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user