(svn r20409) -Codechange: reduce the number of includes needed by newgrf.h

This commit is contained in:
rubidium
2010-08-08 09:07:40 +00:00
parent 5f874b90f9
commit 412bb37f59
3 changed files with 8 additions and 9 deletions

View File

@@ -13,6 +13,8 @@
#define NEWGRF_DEBUG_H
#include "newgrf.h"
#include "core/smallvec_type.hpp"
#include "tile_type.h"
#include "vehicle_type.h"
/** Current state of spritepicker */