| author | Darkvater |
| Sat, 26 Aug 2006 21:54:04 +0000 | |
| changeset 4406 | cc20171473bb |
| parent 4212 | 85159aaf48fb |
| child 4666 | 172a0cdf28a6 |
| permissions | -rw-r--r-- |
|
4212
85159aaf48fb
(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$ */ |
|
85159aaf48fb
(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 |
|
|
85159aaf48fb
(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 |
|
85159aaf48fb
(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 |
|
85159aaf48fb
(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 |
|
|
85159aaf48fb
(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" |
|
85159aaf48fb
(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 |
|
|
85159aaf48fb
(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); |
|
85159aaf48fb
(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 |
|
|
85159aaf48fb
(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 |
#endif |