mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-14 06:06:11 +00:00
Plenty of dependency stubs for CStateManager
This commit is contained in:
12
Runtime/World/CGunController.cpp
Normal file
12
Runtime/World/CGunController.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "CGunController.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
CGunController::CGunController(CModelData& modelData)
|
||||
: x0_modelData(modelData)
|
||||
{
|
||||
x58_24_ = true;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user