mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 10:20:26 +01:00
27 lines
926 B
C++
27 lines
926 B
C++
/*
|
|
* 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
|