Move SnesTo8bppSheet to gfx namespace

This commit is contained in:
scawful
2023-07-09 10:36:07 -04:00
parent 585413e6d6
commit 5852213f49
4 changed files with 55 additions and 51 deletions

View File

@@ -10,6 +10,11 @@ namespace yaze {
namespace app {
namespace gfx {
constexpr uchar kGraphicsBitmap[8] = {0x80, 0x40, 0x20, 0x10,
0x08, 0x04, 0x02, 0x01};
Bytes SnesTo8bppSheet(Bytes sheet, int bpp);
struct tile8 {
unsigned int id;
char data[64];