backend-infra-engineer: fix release build errors
This commit is contained in:
@@ -1,16 +1,19 @@
|
||||
#ifndef YAZE_CORE_WINDOW_H_
|
||||
#define YAZE_CORE_WINDOW_H_
|
||||
|
||||
#include "app/platform/sdl_compat.h"
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "app/platform/sdl_compat.h"
|
||||
#include "absl/status/status.h"
|
||||
#include "absl/strings/str_format.h"
|
||||
#include "app/gfx/backend/irenderer.h"
|
||||
#include "app/gfx/core/bitmap.h"
|
||||
#include "util/sdl_deleter.h"
|
||||
|
||||
#ifdef CreateWindow
|
||||
#undef CreateWindow
|
||||
#endif
|
||||
|
||||
namespace yaze {
|
||||
namespace core {
|
||||
|
||||
@@ -30,4 +33,4 @@ absl::Status ShutdownWindow(Window& window);
|
||||
|
||||
} // namespace core
|
||||
} // namespace yaze
|
||||
#endif // YAZE_CORE_WINDOW_H_
|
||||
#endif // YAZE_CORE_WINDOW_H_
|
||||
|
||||
Reference in New Issue
Block a user