From e7cebb49777f4c5ea6da87dd762b846493ed7c70 Mon Sep 17 00:00:00 2001 From: bomba1749 <58524643+bomba1749@users.noreply.github.com> Date: Thu, 29 Jun 2023 20:32:17 -0400 Subject: [PATCH] making ASList have a file of its own; doing this now so i dont forget --- src/KingSystem/ActorSystem/AS/ASList.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/KingSystem/ActorSystem/AS/ASList.h 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); +}; +}