ksys/phys: Start adding GroupFilter

This commit is contained in:
Léo Lam
2021-12-21 02:31:14 +01:00
parent 38bd3db171
commit 6b3799a354
5 changed files with 74 additions and 15 deletions
@@ -25,8 +25,8 @@ constexpr int NumLayers = 32;
struct LayerTableInfo : agl::utl::IParameterObj {
sead::SafeArray<agl::utl::Parameter<int>, NumLayers> params;
void* table;
int idx = 0;
void* table; // FIXME: type GroupFilter
int idx = 0; // FIXME: ContactLayer
int count;
protected: