| author | truebrain |
| Mon, 16 Jun 2008 14:43:19 +0000 | |
| branch | noai |
| changeset 10978 | 13fd0364b2c6 |
| parent 10455 | 22c441f5adf9 |
| permissions | -rw-r--r-- |
|
4212
0308ef21b4e1
(svn r5723) - Move the declaration of DrawRoadDepotSprite() out of functions.h (but I'm not too happy with the new header)
tron
parents:
diff
changeset
|
1 |
/* $Id$ */ |
|
0308ef21b4e1
(svn r5723) - Move the declaration of DrawRoadDepotSprite() out of functions.h (but I'm not too happy with the new header)
tron
parents:
diff
changeset
|
2 |
|
|
10455
22c441f5adf9
(svn r12997) [NoAI] -Sync: with trunk r12895:12996.
rubidium
parents:
9723
diff
changeset
|
3 |
/** @file road_cmd.h Road related functions. */ |
| 9574 | 4 |
|
|
4212
0308ef21b4e1
(svn r5723) - Move the declaration of DrawRoadDepotSprite() out of functions.h (but I'm not too happy with the new header)
tron
parents:
diff
changeset
|
5 |
#ifndef ROAD_CMD_H |
|
0308ef21b4e1
(svn r5723) - Move the declaration of DrawRoadDepotSprite() out of functions.h (but I'm not too happy with the new header)
tron
parents:
diff
changeset
|
6 |
#define ROAD_CMD_H |
|
0308ef21b4e1
(svn r5723) - Move the declaration of DrawRoadDepotSprite() out of functions.h (but I'm not too happy with the new header)
tron
parents:
diff
changeset
|
7 |
|
|
9723
eee46cb39750
(svn r11796) [NoAI] -Sync: with trunk r11502:11795.
rubidium
parents:
9624
diff
changeset
|
8 |
#include "direction_type.h" |
|
4212
0308ef21b4e1
(svn r5723) - Move the declaration of DrawRoadDepotSprite() out of functions.h (but I'm not too happy with the new header)
tron
parents:
diff
changeset
|
9 |
|
| 9624 | 10 |
void DrawRoadDepotSprite(int x, int y, DiagDirection dir, RoadType rt); |
|
4212
0308ef21b4e1
(svn r5723) - Move the declaration of DrawRoadDepotSprite() out of functions.h (but I'm not too happy with the new header)
tron
parents:
diff
changeset
|
11 |
|
|
4666
850b5b6e4bac
(svn r6560) - Codechange: Minor fix; add missing #include guards and comments, and correct svn properties on bmp.[ch]
peter1138
parents:
4212
diff
changeset
|
12 |
#endif /* ROAD_CMD_H */ |