mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 10:20:26 +01:00
25 lines
794 B
C++
25 lines
794 B
C++
/*
|
|
* This file is generated by Entity Class Compiler, (c) CroTeam 1997-98
|
|
*/
|
|
|
|
#ifndef _EntitiesMP_AreaMarker_INCLUDED
|
|
#define _EntitiesMP_AreaMarker_INCLUDED 1
|
|
extern "C" DECL_DLL CDLLEntityClass CAreaMarker_DLLClass;
|
|
class CAreaMarker : public CEntity {
|
|
public:
|
|
virtual const CTString &GetName(void) const { return m_strName; };
|
|
virtual BOOL IsTargetable(void) const { return TRUE; };
|
|
DECL_DLL virtual void SetDefaultProperties(void);
|
|
CTString m_strName;
|
|
CTString m_strDescription;
|
|
FLOATaabbox3D m_boxArea;
|
|
|
|
#line 24 "D:/SE1_GPL/Sources/EntitiesMP/AreaMarker.es"
|
|
void GetAreaBox(FLOATaabbox3D & box);
|
|
#define STATE_CAreaMarker_Main 1
|
|
BOOL
|
|
#line 31 "D:/SE1_GPL/Sources/EntitiesMP/AreaMarker.es"
|
|
Main(const CEntityEvent &__eeInput);
|
|
};
|
|
#endif // _EntitiesMP_AreaMarker_INCLUDED
|