mirror of https://github.com/zeldaret/botw.git
making ASList have a file of its own;
doing this now so i dont forget
This commit is contained in:
parent
26db64bf54
commit
e7cebb4977
|
|
@ -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);
|
||||
};
|
||||
}
|
||||
Loading…
Reference in New Issue