| author | peter1138 |
| Thu, 05 Jul 2007 12:23:54 +0000 | |
| changeset 7666 | a5fccd76176a |
| parent 7353 | 716c6dd9322a |
| child 6870 | ca3fd1fbe311 |
| permissions | -rw-r--r-- |
|
7268
9c77f6baef3b
(svn r10008) -Codechange: Move a couple of functions related to articulated vehicles to a file of their own.
maedhros
parents:
diff
changeset
|
1 |
/* $Id$ */ |
|
9c77f6baef3b
(svn r10008) -Codechange: Move a couple of functions related to articulated vehicles to a file of their own.
maedhros
parents:
diff
changeset
|
2 |
|
|
9c77f6baef3b
(svn r10008) -Codechange: Move a couple of functions related to articulated vehicles to a file of their own.
maedhros
parents:
diff
changeset
|
3 |
/** @file articulated_vehicles.h */ |
|
9c77f6baef3b
(svn r10008) -Codechange: Move a couple of functions related to articulated vehicles to a file of their own.
maedhros
parents:
diff
changeset
|
4 |
|
|
9c77f6baef3b
(svn r10008) -Codechange: Move a couple of functions related to articulated vehicles to a file of their own.
maedhros
parents:
diff
changeset
|
5 |
#ifndef ARTICULATED_VEHICLES_H |
|
9c77f6baef3b
(svn r10008) -Codechange: Move a couple of functions related to articulated vehicles to a file of their own.
maedhros
parents:
diff
changeset
|
6 |
#define ARTICULATED_VEHICLES_H |
|
9c77f6baef3b
(svn r10008) -Codechange: Move a couple of functions related to articulated vehicles to a file of their own.
maedhros
parents:
diff
changeset
|
7 |
|
|
9c77f6baef3b
(svn r10008) -Codechange: Move a couple of functions related to articulated vehicles to a file of their own.
maedhros
parents:
diff
changeset
|
8 |
uint CountArticulatedParts(EngineID engine_type); |
|
7353
716c6dd9322a
(svn r10097) -Feature: Add support for articulated road vehicles, or callbacks 11 and 17 for
maedhros
parents:
7268
diff
changeset
|
9 |
void AddArticulatedParts(Vehicle **vl, VehicleType type); |
|
7268
9c77f6baef3b
(svn r10008) -Codechange: Move a couple of functions related to articulated vehicles to a file of their own.
maedhros
parents:
diff
changeset
|
10 |
|
|
9c77f6baef3b
(svn r10008) -Codechange: Move a couple of functions related to articulated vehicles to a file of their own.
maedhros
parents:
diff
changeset
|
11 |
#endif /* ARTICULATED_VEHICLES_H */ |