src/newgrf.h
branchcustombridgeheads
changeset 5650 aefc131bf5ce
parent 5643 3778051e8095
child 6268 4b5241e5dd10
child 6469 05a2e97144ec
--- a/src/newgrf.h	Thu Jan 11 13:41:16 2007 +0000
+++ b/src/newgrf.h	Mon Jan 15 20:14:06 2007 +0000
@@ -5,6 +5,7 @@
 
 #include "station.h"
 #include "newgrf_config.h"
+#include "helpers.hpp"
 
 typedef enum GrfLoadingStage {
 	GLS_FILESCAN,
@@ -15,6 +16,9 @@
 	GLS_END,
 } GrfLoadingStage;
 
+DECLARE_POSTFIX_INCREMENT(GrfLoadingStage);
+
+
 typedef struct GRFLabel {
 	byte label;
 	uint32 nfo_line;