metaforce/Runtime/MP1/CInGameTweakManager.hpp

21 lines
279 B
C++
Raw Normal View History

2016-04-13 06:07:23 +00:00
#ifndef __URDE_CINGAMETWEAKMANAGER_HPP__
#define __URDE_CINGAMETWEAKMANAGER_HPP__
2015-08-17 23:46:41 +00:00
2015-08-27 00:23:46 +00:00
#include "CInGameTweakManagerBase.hpp"
2015-08-18 05:54:43 +00:00
2016-03-04 23:04:53 +00:00
namespace urde
2015-08-17 23:46:41 +00:00
{
2015-08-27 00:23:46 +00:00
namespace MP1
{
2015-08-17 23:46:41 +00:00
2015-08-27 00:23:46 +00:00
class CInGameTweakManager : public CInGameTweakManagerBase
2015-08-17 23:46:41 +00:00
{
2015-08-18 05:54:43 +00:00
public:
2015-08-27 00:23:46 +00:00
2015-08-17 23:46:41 +00:00
};
2015-08-27 00:23:46 +00:00
}
2015-08-17 23:46:41 +00:00
}
2016-04-13 06:07:23 +00:00
#endif // __URDE_CINGAMETWEAKMANAGER_HPP__