diff options
Diffstat (limited to 'src/TempColModels.h')
-rw-r--r-- | src/TempColModels.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/TempColModels.h b/src/TempColModels.h deleted file mode 100644 index 8ac74428..00000000 --- a/src/TempColModels.h +++ /dev/null @@ -1,21 +0,0 @@ -#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; -}; |