PAL9963 - "Display", "Erase", "Display only" on mesh root object

This commit is contained in:
asl 2005-09-30 05:53:44 +00:00
parent b4e0a04085
commit 1dfdc856a7

View File

@ -21,7 +21,8 @@ enum MeshObjectType {
SUBMESH_FACE,
SUBMESH_SOLID,
SUBMESH_COMPOUND,
GROUP
GROUP,
COMPONENT
};
#endif