(svn r23528) -Codechange: move widget enums to widgets/NNN_type.h

This commit is contained in:
truebrain
2011-12-15 22:22:55 +00:00
parent 16ccb8f246
commit 49e88dcbf0
111 changed files with 3165 additions and 1624 deletions

View File

@@ -23,9 +23,7 @@
#include "strings_func.h"
#include "hotkeys.h"
enum HighscoreWidgets {
HSW_BACKGROUND,
};
#include "widgets/highscore_widget.h"
struct EndGameHighScoreBaseWindow : Window {
uint32 background_img;