(svn r13015) -Codechange: move some 'WP' structs out of window_gui.h to the .cpp files where they are actually used.

This commit is contained in:
rubidium
2008-05-08 14:14:16 +00:00
parent f492567f66
commit 11d36d5e46
5 changed files with 32 additions and 45 deletions

View File

@@ -40,6 +40,11 @@
#include "table/sprites.h"
#include "table/strings.h"
struct vehicledetails_d {
byte tab;
};
assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(vehicledetails_d));
struct refit_d {
int sel;
struct RefitOption *cargo;