author | rubidium |
Sun, 20 May 2007 19:14:08 +0000 | |
changeset 7157 | 270bc5b64e08 |
parent 6889 | f7f6d9cb07a0 |
child 7162 | b769c2b45103 |
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 |
|
6889
f7f6d9cb07a0
(svn r9523) -Cleanup: doxygen changes. Time to take care of "R"
belugas
parents:
5726
diff
changeset
|
3 |
/** @file road_cmd.h */ |
f7f6d9cb07a0
(svn r9523) -Cleanup: doxygen changes. Time to take care of "R"
belugas
parents:
5726
diff
changeset
|
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 |
|
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
|
8 |
#include "direction.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
|
9 |
|
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
|
10 |
void DrawRoadDepotSprite(int x, int y, DiagDirection dir); |
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 */ |