[nostalgia] Collapse NostalgiaCore down to a single library and cleanup impl data access
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user