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

@@ -25,6 +25,7 @@
#include "newgrf_animation_base.h"
#include "newgrf_sound.h"
#include "newgrf_extension.h"
#include "newgrf_dump.h"
#include "safeguards.h"