mirror of
https://github.com/MonsterDruide1/OdysseyDecomp
synced 2026-04-29 20:14:41 +00:00
9 lines
193 B
C++
9 lines
193 B
C++
#include "Library/Area/AreaShapeCylinder.h"
|
|
|
|
namespace al {
|
|
|
|
AreaShapeCylinder::AreaShapeCylinder(AreaShapeCylinder::OriginType originType)
|
|
: mOriginType(originType) {}
|
|
|
|
} // namespace al
|