diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-06 21:29:09 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-07 00:45:24 +0100 |
commit | 58f95047db869bf14b8b1dda0240ac50a8d340c2 (patch) | |
tree | 39920782964047f2e21133d1428b61cb861465af /draw | |
parent | 5a48da35d255753010ea9f9937050c06982a6d40 (diff) |
src: move tile defs that need Vector2 into their own file
Diffstat (limited to 'draw')
-rw-r--r-- | draw/anim.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/draw/anim.cpp b/draw/anim.cpp index 56824cf1..c6632fa1 100644 --- a/draw/anim.cpp +++ b/draw/anim.cpp @@ -1,4 +1,5 @@ #include "anim.hpp" +#include "src/tile-constants.hpp" #include "src/anim-atlas.hpp" #include "src/chunk.hpp" #include "shaders/shader.hpp" |