Textures and palette moved to graphics.

This commit is contained in:
Zed A. Shaw 2026-02-27 13:09:44 -05:00
parent b91e9ffaf6
commit 229ad2dd95
30 changed files with 31 additions and 31 deletions

View file

@ -8,8 +8,8 @@
#include "shiterator.hpp"
#include <functional>
#include <iostream>
#include "textures.hpp"
#include "palette.hpp"
#include "graphics/textures.hpp"
#include "graphics/palette.hpp"
namespace fs = std::filesystem;
constexpr const int TILE_COUNT=10;