BURIED: Review includes

This commit is contained in:
Strangerke 2021-03-17 08:54:33 +01:00 committed by Eugene Sandulenko
parent 1a0b3ce309
commit 0b49d9d43d
2 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@
*
*/
#include "graphics/font.h"
#include "graphics/surface.h"
#include "graphics/font.h"
#include "buried/buried.h"
#include "buried/gameui.h"

View File

@ -24,7 +24,7 @@
#define BURIED_WINDOW_H
#include "common/rect.h"
#include "common/queue.h"
#include "common/list.h"
namespace Common {
struct KeyState;