Move NewGRF sprite dump declarations to new header file

This commit is contained in:
Jonathan G Rennison
2024-05-30 19:05:32 +01:00
parent dc6ba9b9d8
commit 99e6b75337
16 changed files with 73 additions and 45 deletions

View File

@@ -17,6 +17,7 @@
#include "newgrf_extension.h"
#include "water_map.h"
#include "string_func.h"
#include "newgrf_dump.h"
#include <list>
#include "safeguards.h"