[nostalgia] Collapse NostalgiaCore down to a single library and cleanup impl data access

This commit is contained in:
2022-02-03 19:57:43 -06:00
parent d4e903b593
commit 8174d04b06
20 changed files with 152 additions and 182 deletions
+3 -3
View File
@@ -10,10 +10,10 @@
namespace nostalgia::core::renderer {
ox::Error init(Context *ctx);
ox::Error init(Context *ctx) noexcept;
ox::Error shutdown(Context *ctx);
ox::Error shutdown(Context *ctx) noexcept;
ox::Error loadBgTexture(Context *ctx, int section, void *bytes, int w, int h);
ox::Error loadBgTexture(Context *ctx, int section, void *bytes, int w, int h) noexcept;
}