update includes

This commit is contained in:
Justin Scofield
2022-07-27 20:13:08 +00:00
parent 92252c548f
commit 6e50beb2ba
6 changed files with 17 additions and 5 deletions

View File

@@ -4,6 +4,8 @@
#include <cstdint>
#include <vector>
#include "app/core/constants.h"
namespace yaze {
namespace app {
namespace gfx {
@@ -14,8 +16,6 @@ typedef struct {
unsigned int palette_id;
} tile8;
TileInfo GetTilesInfo(ushort tile);
// vhopppcc cccccccc
// [0, 1]
// [2, 3]
@@ -35,6 +35,8 @@ class TileInfo {
palette_(palette) {}
};
TileInfo GetTilesInfo(ushort tile);
class Tile32 {
public:
ushort tile0_;