(svn r8110) -Codechange: direct Vehicle::current_order.type changes (to OT_LOADING and OT_LEAVESTATION) replaced by v->BeginLoading() and v->LeaveStation() calls. This should allow easy hooking of those state transitions in order to maintain vehicle loading queue.
/* $Id$ */
#ifndef TGP_H
#define TGP_H
void GenerateTerrainPerlin(void);
#endif /* TGP_H */