more work on CPhysical

This commit is contained in:
aap
2019-05-18 12:39:39 +02:00
parent 58ebd6c6d4
commit 9e496100b7
106 changed files with 57865 additions and 103 deletions

View File

@ -0,0 +1,640 @@
enum e_rwdb_CriterionNoHSWorld
{
E_RW_SECTORDEGENERATE,
E_RW_SECTORINVNOPOLYGONS,
E_RW_NOPLANE,
E_RW_SECTORINVPOLY,
E_RW_SECTORUSED,
E_RW_MAXBSPDEPTHEXCEEDED,
e_rwdb_CriterionNoHSWorldLAST = RWFORCEENUMSIZEINT
};
typedef enum e_rwdb_CriterionNoHSWorld e_rwdb_CriterionNoHSWorld;