Add array include to spriteloader.hpp

wip-string
Jonathan G Rennison 5 months ago
parent f57088b261
commit 96570dc869

@ -14,6 +14,7 @@
#include "../core/enum_type.hpp"
#include "../gfx_type.h"
#include "sprite_file_type.hpp"
#include <array>
struct Sprite;
typedef void *AllocatorProc(size_t size);

Loading…
Cancel
Save