22 #ifndef TITANIC_PELLERATOR_H 23 #define TITANIC_PELLERATOR_H 25 #include "titanic/game/transport/transport.h" 26 #include "titanic/messages/messages.h" 30 class CPellerator :
public CTransport {
32 bool StatusChangeMsg(CStatusChangeMsg *msg);
33 bool EnterRoomMsg(CEnterRoomMsg *msg);
34 bool MovieEndMsg(CMovieEndMsg *msg);
35 bool TimerMsg(CTimerMsg *msg);
37 static int _soundHandle;
38 static int _destination;
46 void save(SimpleFile *file,
int indent)
override;
51 void load(SimpleFile *file)
override;
virtual void load(SimpleFile *file)
virtual void save(SimpleFile *file, int indent)