diff options
author | aap <aap@papnet.eu> | 2019-07-07 13:09:11 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2019-07-07 13:09:11 +0200 |
commit | 53023eb65bdcde43e341c1ecb7cf0c7f8ee524fb (patch) | |
tree | fc65a6c40fa719f9d43be9e0e15be79c490135e0 /src/core/TempColModels.h | |
parent | 219a65b81a1141d6475fc48bdc6251bd20e44a70 (diff) |
the great reorganization
Diffstat (limited to 'src/core/TempColModels.h')
-rw-r--r-- | src/core/TempColModels.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/core/TempColModels.h b/src/core/TempColModels.h new file mode 100644 index 00000000..8ac74428 --- /dev/null +++ b/src/core/TempColModels.h @@ -0,0 +1,21 @@ +#pragma once + +#include "Collision.h" + +class CTempColModels +{ +public: + static CColModel &ms_colModelPed1; + static CColModel &ms_colModelPed2; + static CColModel &ms_colModelBBox; + static CColModel &ms_colModelBumper1; + static CColModel &ms_colModelWheel1; + static CColModel &ms_colModelPanel1; + static CColModel &ms_colModelBodyPart2; + static CColModel &ms_colModelBodyPart1; + static CColModel &ms_colModelCutObj; + static CColModel &ms_colModelPedGroundHit; + static CColModel &ms_colModelBoot1; + static CColModel &ms_colModelDoor1; + static CColModel &ms_colModelBonnet1; +}; |