mirror of https://github.com/zeldaret/botw.git
ksys/phys: Remove obsolete comment
This commit is contained in:
parent
dd705aea99
commit
b687a50f46
|
@ -41,7 +41,6 @@ struct ICharacterControllerParam {
|
||||||
virtual void* createForm(int form_idx, sead::Heap* heap) = 0;
|
virtual void* createForm(int form_idx, sead::Heap* heap) = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
// TODO: more functions
|
|
||||||
struct CharacterControllerParam : agl::utl::ParameterList, ICharacterControllerParam {
|
struct CharacterControllerParam : agl::utl::ParameterList, ICharacterControllerParam {
|
||||||
struct Form : agl::utl::ParameterList {
|
struct Form : agl::utl::ParameterList {
|
||||||
Form();
|
Form();
|
||||||
|
|
Loading…
Reference in New Issue