blob: c17a6371d788f454566471462646afe07b5eadf0 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001#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
11public void AddStop(string ship, string harbour);
12public void RemoveTransporter(object ship);
13public varargs mixed HasTransporter(object harbour, string ship);
14public mixed RouteExists(object ship, string dest);
15public mapping QueryShips();
16public mapping QueryAllHarbours();
17
18#endif // __TRAVELD_H_PROTO__
19
20#endif // NEED_PROTOTYPES
21
22#endif // __TRAVELD_H__