metaforce/Runtime/Common/CInGameTweakManager.hpp

17 lines
204 B
C++
Raw Normal View History

2015-08-17 23:46:41 +00:00
#ifndef __RETRO_CINGAMETWEAKMANAGER_HPP__
#define __RETRO_CINGAMETWEAKMANAGER_HPP__
namespace Retro
{
namespace Common
{
class CInGameTweakManager
{
};
}
}
#endif // __RETRO_CINGAMETWEAKMANAGER_HPP__