diff --git a/src/KingSystem/ActorSystem/AS/ASList.h b/src/KingSystem/ActorSystem/AS/ASList.h new file mode 100644 index 00000000..8fe2da1a --- /dev/null +++ b/src/KingSystem/ActorSystem/AS/ASList.h @@ -0,0 +1,7 @@ +#pragma once +namespace ksys::as { +class ASList{ +public: +void sub_710115b070(ASList *this_, f32 a2, f32 a3, const sead::SafeString& a4, int a5, int a6, bool a7); +}; +}