Serious-Engine/Sources/EntitiesMP/BackgroundViewer.h

27 lines
926 B
C
Raw Normal View History

2016-03-11 14:57:17 +01:00
/*
* This file is generated by Entity Class Compiler, (c) CroTeam 1997-98
*/
#ifndef _EntitiesMP_BackgroundViewer_INCLUDED
#define _EntitiesMP_BackgroundViewer_INCLUDED 1
#include <EntitiesMP/Marker.h>
extern "C" DECL_DLL CDLLEntityClass CBackgroundViewer_DLLClass;
class CBackgroundViewer : public CMarker {
public:
virtual BOOL IsImportant(void) const { return TRUE; };
DECL_DLL virtual void SetDefaultProperties(void);
BOOL m_bActive;
CEntityPointer m_penWorldSettingsController;
#line 25 "D:/SE1_GPL/Sources/EntitiesMP/BackgroundViewer.es"
BOOL IsTargetValid(SLONG slPropertyOffset,CEntity * penTarget);
#line 39 "D:/SE1_GPL/Sources/EntitiesMP/BackgroundViewer.es"
BOOL HandleEvent(const CEntityEvent & ee);
#define STATE_CBackgroundViewer_Main 1
BOOL
#line 49 "D:/SE1_GPL/Sources/EntitiesMP/BackgroundViewer.es"
Main(const CEntityEvent &__eeInput);
};
#endif // _EntitiesMP_BackgroundViewer_INCLUDED