MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | #ifndef __TRAVELD_H__ |
| 2 | #define __TRAVELD_H__ |
| 3 | |
| 4 | #define TRAVELD "/p/daemon/traveld" |
| 5 | #define TRAVELD_SAVEFILE "/p/daemon/save/traveld" |
| 6 | |
| 7 | #ifdef NEED_PROTOTYPES |
| 8 | #ifndef __TRAVELD_H_PROTO__ |
| 9 | #define __TRAVELD_H_PROTO__ |
| 10 | |
| 11 | public void AddStop(string ship, string harbour); |
| 12 | public void RemoveTransporter(object ship); |
| 13 | public varargs mixed HasTransporter(object harbour, string ship); |
| 14 | public mixed RouteExists(object ship, string dest); |
| 15 | public mapping QueryShips(); |
| 16 | public mapping QueryAllHarbours(); |
| 17 | |
| 18 | #endif // __TRAVELD_H_PROTO__ |
| 19 | |
| 20 | #endif // NEED_PROTOTYPES |
| 21 | |
| 22 | #endif // __TRAVELD_H__ |