making ASList have a file of its own;

doing this now so i dont forget
This commit is contained in:
bomba1749 2023-06-29 20:32:17 -04:00 committed by GitHub
parent 26db64bf54
commit e7cebb4977
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -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);
};
}