mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 10:20:26 +01:00
33 lines
1.0 KiB
C++
33 lines
1.0 KiB
C++
/*
|
|
* This file is generated by Entity Class Compiler, (c) CroTeam 1997-98
|
|
*/
|
|
|
|
#ifndef _EntitiesMP_Reminder_INCLUDED
|
|
#define _EntitiesMP_Reminder_INCLUDED 1
|
|
#define EVENTCODE_EReminderInit 0x02bf0000
|
|
class DECL_DLL EReminderInit : public CEntityEvent {
|
|
public:
|
|
EReminderInit();
|
|
CEntityEvent *MakeCopy(void);
|
|
CEntityPointer penOwner;
|
|
FLOAT fWaitTime;
|
|
INDEX iValue;
|
|
};
|
|
DECL_DLL inline void ClearToDefault(EReminderInit &e) { e = EReminderInit(); } ;
|
|
extern "C" DECL_DLL CDLLEntityClass CReminder_DLLClass;
|
|
class DECL_DLL CReminder : public CRationalEntity {
|
|
public:
|
|
virtual void SetDefaultProperties(void);
|
|
CEntityPointer m_penOwner;
|
|
FLOAT m_fWaitTime;
|
|
INDEX m_iValue;
|
|
#define STATE_CReminder_Main 1
|
|
BOOL
|
|
#line 27 "D:/SE1_GPL/Sources/EntitiesMP/Reminder.es"
|
|
Main(const CEntityEvent &__eeInput);
|
|
BOOL H0x02bf0001_Main_01(const CEntityEvent &__eeInput);
|
|
BOOL H0x02bf0002_Main_02(const CEntityEvent &__eeInput);
|
|
BOOL H0x02bf0003_Main_03(const CEntityEvent &__eeInput);
|
|
};
|
|
#endif // _EntitiesMP_Reminder_INCLUDED
|