mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-10-31 15:20:10 +00:00
Add array include to spriteloader.hpp
This commit is contained in:
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…
Reference in New Issue
Block a user