summaryrefslogtreecommitdiff
path: root/src/Game/Actor/actDragon.h
blob: 1e2b424946204a8b54e22e162bb04d2cfb06d76c (plain)
1
2
3
4
5
6
#pragma once
#include <math/seadVector.h>

namespace uking::act {
bool getDragonItemDropPosition(sead::Vector3f* target_pos, const sead::Vector3f& current_pos);
}