mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 10:20:26 +01:00
26 lines
1.0 KiB
C++
26 lines
1.0 KiB
C++
/*
|
|
* This file is generated by Entity Class Compiler, (c) CroTeam 1997-98
|
|
*/
|
|
|
|
#ifndef _EntitiesMP_DebugEntityStatesDisplay_INCLUDED
|
|
#define _EntitiesMP_DebugEntityStatesDisplay_INCLUDED 1
|
|
extern "C" DECL_DLL CDLLEntityClass CEntityStateDisplay_DLLClass;
|
|
class CEntityStateDisplay : public CRationalEntity {
|
|
public:
|
|
virtual CEntity *GetTarget(void) const { return m_penTarget; };
|
|
virtual const CTString &GetName(void) const { return m_strName; };
|
|
DECL_DLL virtual void SetDefaultProperties(void);
|
|
CTString m_strName;
|
|
CEntityPointer m_penTarget;
|
|
~ CEntityStateDisplay();
|
|
#define STATE_CEntityStateDisplay_Main 1
|
|
BOOL
|
|
#line 31 "D:/SE1_GPL/Sources/EntitiesMP/DebugEntityStatesDisplay.es"
|
|
Main(const CEntityEvent &__eeInput);
|
|
BOOL H0x00e90000_Main_01(const CEntityEvent &__eeInput);
|
|
BOOL H0x00e90001_Main_02(const CEntityEvent &__eeInput);
|
|
BOOL H0x00e90002_Main_03(const CEntityEvent &__eeInput);
|
|
BOOL H0x00e90003_Main_04(const CEntityEvent &__eeInput);
|
|
};
|
|
#endif // _EntitiesMP_DebugEntityStatesDisplay_INCLUDED
|