[nostalgia/core] Establish foundation for tile support in GL

This commit is contained in:
2021-03-14 20:56:12 -05:00
parent 10f11b95a6
commit 87b2963687
6 changed files with 240 additions and 61 deletions
+1 -1
View File
@@ -18,6 +18,6 @@ ox::Error init(Context *ctx);
ox::Error shutdown(Context *ctx);
ox::Error loadTexture(Context *ctx, int section, void *bytes, int w, int h);
ox::Error loadBgTexture(Context *ctx, int section, void *bytes, int w, int h);
}