mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 18:30:27 +01:00
28 lines
818 B
C
28 lines
818 B
C
|
/*
|
||
|
* This file is generated by Entity Class Compiler, (c) CroTeam 1997-98
|
||
|
*/
|
||
|
|
||
|
#ifndef _EntitiesMP_ShipMarker_INCLUDED
|
||
|
#define _EntitiesMP_ShipMarker_INCLUDED 1
|
||
|
#include <EntitiesMP/Marker.h>
|
||
|
extern "C" DECL_DLL CDLLEntityClass CShipMarker_DLLClass;
|
||
|
class CShipMarker : public CMarker {
|
||
|
public:
|
||
|
DECL_DLL virtual void SetDefaultProperties(void);
|
||
|
BOOL m_bHarbor;
|
||
|
FLOAT m_fSpeed;
|
||
|
FLOAT m_fRotation;
|
||
|
FLOAT m_fAcceleration;
|
||
|
FLOAT m_fRockingV;
|
||
|
FLOAT m_fRockingA;
|
||
|
FLOAT m_tmRockingChange;
|
||
|
|
||
|
#line 29 "D:/SE1_GPL/Sources/EntitiesMP/ShipMarker.es"
|
||
|
BOOL DropsMarker(CTFileName & fnmMarkerClass,CTString & strTargetProperty)const;
|
||
|
#define STATE_CShipMarker_Main 1
|
||
|
BOOL
|
||
|
#line 35 "D:/SE1_GPL/Sources/EntitiesMP/ShipMarker.es"
|
||
|
Main(const CEntityEvent &__eeInput);
|
||
|
};
|
||
|
#endif // _EntitiesMP_ShipMarker_INCLUDED
|