changeset 507 | 04b5403aaf6b |
parent 467 | dd312bc9ca36 |
child 534 | 306bc86eb23e |
506:56a8c8a81c44 | 507:04b5403aaf6b |
---|---|
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) |