mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-15 07:11:20 +00:00
16 lines
154 B
C++
16 lines
154 B
C++
#pragma once
|
|
|
|
#include "CInGameTweakManagerBase.hpp"
|
|
|
|
namespace urde::MP1
|
|
{
|
|
|
|
class CInGameTweakManager : public CInGameTweakManagerBase
|
|
{
|
|
public:
|
|
|
|
};
|
|
|
|
}
|
|
|