summaryrefslogblamecommitdiffstats
path: root/src/collision/TempColModels.h
blob: e8a396957d052be5c3847481976a3a357b1ebff0 (plain) (tree)
1
2
3
4
5
6
7

            
                     



                    







                                                
                                               



                                                 
                                           

                                     
  
#pragma once

#include "ColModel.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[10];
	static CColModel ms_colModelPedGroundHit;
	static CColModel ms_colModelBoot1;
	static CColModel ms_colModelDoor1;
	static CColModel ms_colModelBonnet1;
	static CColModel ms_colModelWeapon;

	static void Initialise(void);
};