mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 01:11:20 +00:00
21 lines
279 B
C++
21 lines
279 B
C++
#ifndef __URDE_CINGAMETWEAKMANAGER_HPP__
|
|
#define __URDE_CINGAMETWEAKMANAGER_HPP__
|
|
|
|
#include "CInGameTweakManagerBase.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
namespace MP1
|
|
{
|
|
|
|
class CInGameTweakManager : public CInGameTweakManagerBase
|
|
{
|
|
public:
|
|
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
#endif // __URDE_CINGAMETWEAKMANAGER_HPP__
|