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;
|
||||
};
|
||||
|
||||
// TODO: more functions
|
||||
struct CharacterControllerParam : agl::utl::ParameterList, ICharacterControllerParam {
|
||||
struct Form : agl::utl::ParameterList {
|
||||
Form();
|
||||
|
|
Loading…
Reference in New Issue