[nostalgia/core] Add support for implementation data to Context and move SDL data to it
This commit is contained in:
@@ -89,7 +89,7 @@ ox::Error initGfx(Context*) {
|
||||
return OxError(0);
|
||||
}
|
||||
|
||||
ox::Error shutdownGfx() {
|
||||
ox::Error shutdownGfx(Context*) {
|
||||
return OxError(0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user