mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-23 02:40:26 +01:00
36 lines
1.3 KiB
C
36 lines
1.3 KiB
C
|
/*
|
||
|
* This file is generated by Entity Class Compiler, (c) CroTeam 1997-98
|
||
|
*/
|
||
|
|
||
|
#define ENTITYCLASS CMovableBrushEntity
|
||
|
|
||
|
CEntityProperty CMovableBrushEntity_properties[] = {
|
||
|
CEntityProperty()
|
||
|
};
|
||
|
#define CMovableBrushEntity_propertiesct 0
|
||
|
|
||
|
|
||
|
CEntityComponent CMovableBrushEntity_components[] = {
|
||
|
CEntityComponent()
|
||
|
};
|
||
|
#define CMovableBrushEntity_componentsct 0
|
||
|
|
||
|
|
||
|
CEventHandlerEntry CMovableBrushEntity_handlers[] = {
|
||
|
{0x00030000, -1, CEntity::pEventHandler(&CMovableBrushEntity::
|
||
|
#line 48 "D:/SE1_GPL/Sources/Engine/Classes/MovableBrushEntity.es"
|
||
|
Dummy),DEBUGSTRING("CMovableBrushEntity::Dummy")},
|
||
|
};
|
||
|
#define CMovableBrushEntity_handlersct ARRAYCOUNT(CMovableBrushEntity_handlers)
|
||
|
|
||
|
CEntity *CMovableBrushEntity_New(void) { return new CMovableBrushEntity; };
|
||
|
void CMovableBrushEntity_OnInitClass(void) {};
|
||
|
void CMovableBrushEntity_OnEndClass(void) {};
|
||
|
void CMovableBrushEntity_OnPrecache(CDLLEntityClass *pdec, INDEX iUser) {};
|
||
|
void CMovableBrushEntity_OnWorldEnd(CWorld *pwo) {};
|
||
|
void CMovableBrushEntity_OnWorldInit(CWorld *pwo) {};
|
||
|
void CMovableBrushEntity_OnWorldTick(CWorld *pwo) {};
|
||
|
void CMovableBrushEntity_OnWorldRender(CWorld *pwo) {};
|
||
|
ENTITY_CLASSDEFINITION(CMovableBrushEntity, CMovableEntity, "MovableBrushEntity", "", 0x00000003);
|
||
|
DECLARE_CTFILENAME(_fnmCMovableBrushEntity_tbn, "");
|