diff --git a/src/nostalgia/core/gfx.hpp b/src/nostalgia/core/gfx.hpp index ded871c83..a06d47f49 100644 --- a/src/nostalgia/core/gfx.hpp +++ b/src/nostalgia/core/gfx.hpp @@ -76,10 +76,13 @@ ox::Error initGfx(Context *ctx); ox::Error shutdownGfx(Context *ctx); +[[nodiscard]] int getScreenWidth(Context *ctx); +[[nodiscard]] int getScreenHeight(Context *ctx); +[[nodiscard]] common::Size getScreenSize(Context *ctx); [[nodiscard]]