#ifndef __RETRO_CINGAMETWEAKMANAGER_HPP__ #define __RETRO_CINGAMETWEAKMANAGER_HPP__ #include namespace Retro { class CInGameTweakManager { public: bool ReadFromMemoryCard(const std::string& name) { return true; } }; } #endif // __RETRO_CINGAMETWEAKMANAGER_HPP__