mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 10:20:26 +01:00
17 lines
493 B
C++
17 lines
493 B
C++
/*
|
|
* This file is generated by Entity Class Compiler, (c) CroTeam 1997-98
|
|
*/
|
|
|
|
#ifndef _EntitiesMP_Terrain_INCLUDED
|
|
#define _EntitiesMP_Terrain_INCLUDED 1
|
|
extern "C" DECL_DLL CDLLEntityClass CTerrainEntity_DLLClass;
|
|
class CTerrainEntity : public CEntity {
|
|
public:
|
|
DECL_DLL virtual void SetDefaultProperties(void);
|
|
#define STATE_CTerrainEntity_Main 1
|
|
BOOL
|
|
#line 17 "D:/SE1_GPL/Sources/EntitiesMP/Terrain.es"
|
|
Main(const CEntityEvent &__eeInput);
|
|
};
|
|
#endif // _EntitiesMP_Terrain_INCLUDED
|