diff options
author | Frederico Linhares <fred@linhares.blue> | 2024-05-16 14:22:35 -0300 |
---|---|---|
committer | Frederico Linhares <fred@linhares.blue> | 2024-05-16 14:22:35 -0300 |
commit | d5a2b6bca9f9cc57dcca19962d5ba9b83d26da3e (patch) | |
tree | fa4decb441b0cc5cd189183166a324079f37c45a /src/blucat/animation | |
parent | 43821b0cffc5aa419c0218992f06f8962ae54a13 (diff) |
Diffstat (limited to 'src/blucat/animation')
-rw-r--r-- | src/blucat/animation/frame.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blucat/animation/frame.hpp b/src/blucat/animation/frame.hpp index a1d5f39..663483d 100644 --- a/src/blucat/animation/frame.hpp +++ b/src/blucat/animation/frame.hpp @@ -19,7 +19,7 @@ #include <vector> -#include "../core.hpp" +#include "../vulkan.hpp" namespace BluCat { |