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