update includes
This commit is contained in:
@@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user