Add files via upload

This commit is contained in:
bomba1749 2023-06-30 16:18:40 -04:00 committed by GitHub
parent bc039919de
commit c385453f76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@
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);
void sub_710115b070( f32 a2, f32 a3, const sead::SafeString& a4, int a5, int a6, bool a7);
};
}