ksys/phys: Remove obsolete comment

This commit is contained in:
Léo Lam
2021-04-22 01:32:17 +02:00
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();