mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 17:04:55 +00:00
More class stubs
This commit is contained in:
20
Runtime/CInGameTweakManagerBase.hpp
Normal file
20
Runtime/CInGameTweakManagerBase.hpp
Normal file
@@ -0,0 +1,20 @@
|
||||
#ifndef __RETRO_CINGAMETWEAKMANAGERBASE_HPP__
|
||||
#define __RETRO_CINGAMETWEAKMANAGERBASE_HPP__
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace Retro
|
||||
{
|
||||
|
||||
class CInGameTweakManagerBase
|
||||
{
|
||||
public:
|
||||
bool ReadFromMemoryCard(const std::string& name)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __RETRO_CINGAMETWEAKMANAGERBASE_HPP__
|
||||
Reference in New Issue
Block a user