mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-23 02:40:26 +01:00
20 lines
679 B
C++
20 lines
679 B
C++
/*
|
|
* This file is generated by Entity Class Compiler, (c) CroTeam 1997-98
|
|
*/
|
|
|
|
#ifndef _Engine_Classes_MovableBrushEntity_INCLUDED
|
|
#define _Engine_Classes_MovableBrushEntity_INCLUDED 1
|
|
extern "C" DECL_DLL CDLLEntityClass CMovableBrushEntity_DLLClass;
|
|
class DECL_DLL CMovableBrushEntity : public CMovableEntity {
|
|
public:
|
|
virtual void SetDefaultProperties(void);
|
|
void DoMoving(void);
|
|
void Read_t(CTStream * istr);
|
|
void Write_t(CTStream * ostr);
|
|
#define STATE_CMovableBrushEntity_Dummy 0x00030000
|
|
BOOL
|
|
#line 48 "D:/SE1_GPL/Sources/Engine/Classes/MovableBrushEntity.es"
|
|
Dummy(const CEntityEvent &__eeInput);
|
|
};
|
|
#endif // _Engine_Classes_MovableBrushEntity_INCLUDED
|