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