src/train.h
changeset 7054 edbb4d7765f2
parent 7049 01825af2ce90
child 7058 b541279ca705
equal deleted inserted replaced
7053:e14047c5a8d0 7054:edbb4d7765f2
   243 	/** We want to 'destruct' the right class. */
   243 	/** We want to 'destruct' the right class. */
   244 	virtual ~Train() {}
   244 	virtual ~Train() {}
   245 
   245 
   246 	const char *GetTypeString() { return "train"; }
   246 	const char *GetTypeString() { return "train"; }
   247 	void MarkDirty();
   247 	void MarkDirty();
       
   248 	void UpdateDeltaXY(Direction direction);
   248 };
   249 };
   249 
   250 
   250 #endif /* TRAIN_H */
   251 #endif /* TRAIN_H */