(svn r13117) -Codechange: make a window class of the PlayerFinancesWindow.

This commit is contained in:
rubidium
2008-05-16 07:34:48 +00:00
parent 804b9f1d3a
commit 5a85fb104e
2 changed files with 68 additions and 68 deletions

View File

@@ -515,11 +515,6 @@ public:
/*** End of the event handling ***/
};
struct def_d {
int16 data_1, data_2, data_3;
};
assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(def_d));
enum SortListFlags {
VL_NONE = 0, ///< no sort
VL_DESC = 1 << 0, ///< sort descending or ascending