[nostalgia/core] Add support for drawing NostalgiaGraphics in SDL

This commit is contained in:
2019-10-27 16:24:01 -05:00
parent 79a1a6f896
commit 52c4744242
9 changed files with 181 additions and 22 deletions
+2 -2
View File
@@ -17,8 +17,8 @@
namespace nostalgia::core {
ox::Error init(Context *ctx);
[[nodiscard]] ox::Error init(Context *ctx);
ox::Error run();
[[nodiscard]] ox::Error run();
}