mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-13 14:31:20 +00:00
12 lines
175 B
C++
12 lines
175 B
C++
#pragma once
|
|
|
|
#include "CInGameTweakManagerBase.hpp"
|
|
|
|
namespace urde::MP1 {
|
|
|
|
class CInGameTweakManager : public CInGameTweakManagerBase {
|
|
public:
|
|
};
|
|
|
|
} // namespace urde::MP1
|