[nostalgia] Add external palettes to tilesheet system

This commit is contained in:
2019-10-22 19:23:14 -05:00
parent fbdb48a1ee
commit 92103bfc41
31 changed files with 802 additions and 105 deletions
+3
View File
@@ -10,6 +10,7 @@
#include <ox/fs/fs.hpp>
#include "consts.hpp"
#include "gfx.hpp"
#include "media.hpp"
#include "types.hpp"
@@ -18,4 +19,6 @@ namespace nostalgia::core {
ox::Error init(Context *ctx);
ox::Error run();
}