src/vehicle.h
changeset 7909 8df54a2839a1
parent 7908 403a9694c42d
child 7973 ce69b7781d4a
equal deleted inserted replaced
7908:403a9694c42d 7909:8df54a2839a1
   349 
   349 
   350 	/** Destroy all stuff that (still) needs the virtual functions to work properly */
   350 	/** Destroy all stuff that (still) needs the virtual functions to work properly */
   351 	void PreDestructor();
   351 	void PreDestructor();
   352 	/** We want to 'destruct' the right class. */
   352 	/** We want to 'destruct' the right class. */
   353 	virtual ~Vehicle();
   353 	virtual ~Vehicle();
   354 
       
   355 	void QuickFree();
       
   356 
   354 
   357 	void BeginLoading();
   355 	void BeginLoading();
   358 	void LeaveStation();
   356 	void LeaveStation();
   359 
   357 
   360 	/**
   358 	/**