metaforce/Runtime/MP1/CInGameTweakManager.hpp

21 lines
282 B
C++
Raw Normal View History

2016-02-13 09:02:47 +00:00
#ifndef __PSHAG_CINGAMETWEAKMANAGER_HPP__
#define __PSHAG_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-02-13 09:02:47 +00:00
#endif // __PSHAG_CINGAMETWEAKMANAGER_HPP__