|
#ifndef __RETRO_CINGAMETWEAKMANAGER_HPP__
|
|
#define __RETRO_CINGAMETWEAKMANAGER_HPP__
|
|
|
|
#include "CInGameTweakManagerBase.hpp"
|
|
|
|
namespace Retro
|
|
{
|
|
namespace MP1
|
|
{
|
|
|
|
class CInGameTweakManager : public CInGameTweakManagerBase
|
|
{
|
|
public:
|
|
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
#endif // __RETRO_CINGAMETWEAKMANAGER_HPP__
|