| author | miham |
| Sat, 09 Dec 2006 18:37:26 +0000 | |
| changeset 5301 | 3336cbd0bde2 |
| parent 4666 | 850b5b6e4bac |
| 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 |
|
|
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
|
3 |
#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
|
4 |
#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
|
5 |
|
|
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 |
#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
|
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 |
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
|
9 |
|
|
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
|
10 |
#endif /* ROAD_CMD_H */ |