mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-13 20:31:21 +00:00
14 lines
197 B
C++
14 lines
197 B
C++
#include "CGunController.hpp"
|
|
#include "Character/CCharLayoutInfo.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
|
|
CGunController::CGunController(CModelData& modelData)
|
|
: x0_modelData(modelData)
|
|
{
|
|
x58_24_ = true;
|
|
}
|
|
|
|
}
|