2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 01:51:22 +00:00
metaforce/Runtime/MP1/CInGameTweakManager.hpp
2015-08-26 14:23:46 -10:00

21 lines
283 B
C++

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