[nostalgia/core] Remove renderer funcions from Context friends
This commit is contained in:
@@ -10,10 +10,10 @@
|
||||
|
||||
namespace nostalgia::core::renderer {
|
||||
|
||||
ox::Error init(Context *ctx) noexcept;
|
||||
ox::Error init(Context *ctx, void **rendererData) noexcept;
|
||||
|
||||
ox::Error shutdown(Context *ctx) noexcept;
|
||||
ox::Error shutdown(Context *ctx, void *rendererData) noexcept;
|
||||
|
||||
ox::Error loadBgTexture(Context *ctx, int section, void *bytes, int w, int h) noexcept;
|
||||
ox::Error loadBgTexture(void *rendererData, int section, void *pixels, int w, int h) noexcept;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user