[nostalgia/core] Add support for implementation data to Context and move SDL data to it

This commit is contained in:
2020-03-22 18:30:33 -05:00
parent 0e2276bab8
commit 6d2155d1ed
9 changed files with 81 additions and 52 deletions
+3
View File
@@ -14,6 +14,9 @@ ox::Error initGfx(Context*) {
return OxError(1);
}
ox::Error shutdownGfx(Context*) {
}
ox::Error initConsole(Context*) {
return OxError(1);
}