summaryrefslogtreecommitdiff
path: root/src/KingSystem/ActorSystem/actActorUtil.h
diff options
context:
space:
mode:
authortheo3 <arisstephenson2@gmail.com>2021-07-01 19:28:09 -0700
committertheo3 <arisstephenson2@gmail.com>2021-07-01 21:05:10 -0700
commit60dd80779a92120c74e7bda9e1ccf2695e2c7c19 (patch)
tree4d76dc03072740a41634893a9062d6a7e4626f68 /src/KingSystem/ActorSystem/actActorUtil.h
parent112c1f987d3831df97f46c0f9e4ae977fba59484 (diff)
match some ai::Query
Diffstat (limited to 'src/KingSystem/ActorSystem/actActorUtil.h')
-rw-r--r--src/KingSystem/ActorSystem/actActorUtil.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/KingSystem/ActorSystem/actActorUtil.h b/src/KingSystem/ActorSystem/actActorUtil.h
index b8ec6b79..cc642e99 100644
--- a/src/KingSystem/ActorSystem/actActorUtil.h
+++ b/src/KingSystem/ActorSystem/actActorUtil.h
@@ -165,4 +165,6 @@ bool getSameGroupActorName(sead::SafeString* name, const sead::SafeString& defau
al::ByamlIter* actor_info);
bool getSameGroupActorName(sead::SafeString* name, const sead::SafeString& actor_name);
+s32 getSelectedChoiceIdx(s32 max, const char* query_name);
+
} // namespace ksys::act