mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-11 08:27:41 +00:00
Reorganize includes to match asm
This commit is contained in:
17
include/MetroidPrime/CInGameTweakManager.hpp
Normal file
17
include/MetroidPrime/CInGameTweakManager.hpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef _CINGAMETWEAKMANAGER_HPP
|
||||
#define _CINGAMETWEAKMANAGER_HPP
|
||||
|
||||
#include "types.h"
|
||||
|
||||
#include "rstl/string.hpp"
|
||||
|
||||
class CInGameTweakManager {
|
||||
public:
|
||||
bool ReadFromMemoryCard(const rstl::string&);
|
||||
|
||||
private:
|
||||
};
|
||||
|
||||
extern CInGameTweakManager* gpTweakManager;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user