mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:47:42 +00:00
More stubs and main flow layout
This commit is contained in:
23
Runtime/MP1/CInGameTweakManager.hpp
Normal file
23
Runtime/MP1/CInGameTweakManager.hpp
Normal file
@@ -0,0 +1,23 @@
|
||||
#ifndef __RETRO_CINGAMETWEAKMANAGER_HPP__
|
||||
#define __RETRO_CINGAMETWEAKMANAGER_HPP__
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace Retro
|
||||
{
|
||||
namespace Common
|
||||
{
|
||||
|
||||
class CInGameTweakManager
|
||||
{
|
||||
public:
|
||||
bool ReadFromMemoryCard(const std::string& name)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
#endif // __RETRO_CINGAMETWEAKMANAGER_HPP__
|
||||
Reference in New Issue
Block a user