summaryrefslogblamecommitdiffstats
path: root/game/code/constants/physprop.h
blob: 3e3fe6b22dda06be7b8f11cf07c0df20a31e4cc6 (plain) (tree)





















                                               
#ifndef PHYSPROPID_H
#define PHYSPROPID_H

// Enums for classtypeID

enum enClasstypeID 
{
	WTF,
	GROUND,
	PROP_STATIC,
	PROP_MOVEABLE,
	PROP_BREAKABLE,
	ANIMATED_BV,
	DRAWABLE,
    STATIC,
    PROP_DRAWABLE,
    PROP_ANIM_BREAKABLE, //for the damn spider.
	PROP_ONETIME_MOVEABLE
};


#endif