author | glx |
Wed, 07 May 2008 14:12:20 +0000 | |
changeset 9131 | d7da7ac0f845 |
parent 8775 | fd5e36ec9f6c |
child 9913 | d9ce89020cc0 |
permissions | -rw-r--r-- |
8775
fd5e36ec9f6c
(svn r12474) -Codechange: split type related stuff from waypoints from waypoint.h (and openttd.h) to waypoint_type.h.
rubidium
parents:
diff
changeset
|
1 |
/* $Id$ */ |
fd5e36ec9f6c
(svn r12474) -Codechange: split type related stuff from waypoints from waypoint.h (and openttd.h) to waypoint_type.h.
rubidium
parents:
diff
changeset
|
2 |
|
fd5e36ec9f6c
(svn r12474) -Codechange: split type related stuff from waypoints from waypoint.h (and openttd.h) to waypoint_type.h.
rubidium
parents:
diff
changeset
|
3 |
/** @file waypoint_type.h Types related to waypoints. */ |
fd5e36ec9f6c
(svn r12474) -Codechange: split type related stuff from waypoints from waypoint.h (and openttd.h) to waypoint_type.h.
rubidium
parents:
diff
changeset
|
4 |
|
fd5e36ec9f6c
(svn r12474) -Codechange: split type related stuff from waypoints from waypoint.h (and openttd.h) to waypoint_type.h.
rubidium
parents:
diff
changeset
|
5 |
#ifndef WAYPOINT_TYPE_H |
fd5e36ec9f6c
(svn r12474) -Codechange: split type related stuff from waypoints from waypoint.h (and openttd.h) to waypoint_type.h.
rubidium
parents:
diff
changeset
|
6 |
#define WAYPOINT_TYPE_H |
fd5e36ec9f6c
(svn r12474) -Codechange: split type related stuff from waypoints from waypoint.h (and openttd.h) to waypoint_type.h.
rubidium
parents:
diff
changeset
|
7 |
|
fd5e36ec9f6c
(svn r12474) -Codechange: split type related stuff from waypoints from waypoint.h (and openttd.h) to waypoint_type.h.
rubidium
parents:
diff
changeset
|
8 |
typedef uint16 WaypointID; |
fd5e36ec9f6c
(svn r12474) -Codechange: split type related stuff from waypoints from waypoint.h (and openttd.h) to waypoint_type.h.
rubidium
parents:
diff
changeset
|
9 |
struct Waypoint; |
fd5e36ec9f6c
(svn r12474) -Codechange: split type related stuff from waypoints from waypoint.h (and openttd.h) to waypoint_type.h.
rubidium
parents:
diff
changeset
|
10 |
|
fd5e36ec9f6c
(svn r12474) -Codechange: split type related stuff from waypoints from waypoint.h (and openttd.h) to waypoint_type.h.
rubidium
parents:
diff
changeset
|
11 |
#endif /* WAYPOINT_TYPE_H */ |