changeset 507 | 8aa8100b0b22 |
parent 467 | 6f3e282fdce4 |
child 534 | 17ab2f22ff74 |
506:95efa7d01b73 | 507:8aa8100b0b22 |
---|---|
1 #include "stdafx.h" |
1 #include "stdafx.h" |
2 #include "ttd.h" |
2 #include "ttd.h" |
3 #include "table/strings.h" |
|
3 #include "gui.h" |
4 #include "gui.h" |
4 #include "command.h" |
5 #include "command.h" |
5 #include "player.h" |
6 #include "player.h" |
6 |
7 |
7 #define DEF_COMMAND(yyyy) int32 yyyy(int x, int y, uint32 flags, uint32 p1, uint32 p2) |
8 #define DEF_COMMAND(yyyy) int32 yyyy(int x, int y, uint32 flags, uint32 p1, uint32 p2) |