diff options
Diffstat (limited to 'src/client/panel.h')
| -rw-r--r-- | src/client/panel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/panel.h b/src/client/panel.h index 144ea02..4935c75 100644 --- a/src/client/panel.h +++ b/src/client/panel.h @@ -3,8 +3,8 @@ #define PANEL_H -#include "base/main.h" -#include "base/list.h" +#include "main.h" +#include "list.h" #define PANEL_SCORE_LOCATION_X ( WINDOW_SIZE_X / 2 - w / 2 ) #define PANEL_SCORE_LOCATION_Y ( WINDOW_SIZE_Y - 40 ) |