[nostaliga/core] Add Drawer system and make ImGui use configurable

This commit is contained in:
2021-07-17 18:13:28 -05:00
parent d3a3d57773
commit 0420dfb545
6 changed files with 65 additions and 23 deletions
+4
View File
@@ -76,6 +76,10 @@ ox::Error initGfx(Context *ctx) noexcept;
ox::Error shutdownGfx(Context *ctx) noexcept;
void addCustomDrawer(Context *ctx, Drawer *cd) noexcept;
void removeCustomDrawer(Context *ctx, Drawer *cd) noexcept;
[[nodiscard]]
int getScreenWidth(Context *ctx) noexcept;