(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
|
||||
#include "station.h"
|
||||
#include "newgrf_config.h"
|
||||
#include "helpers.hpp"
|
||||
|
||||
typedef enum GrfLoadingStage {
|
||||
GLS_FILESCAN,
|
||||
@@ -15,6 +16,9 @@ typedef enum GrfLoadingStage {
|
||||
GLS_END,
|
||||
} GrfLoadingStage;
|
||||
|
||||
DECLARE_POSTFIX_INCREMENT(GrfLoadingStage);
|
||||
|
||||
|
||||
typedef struct GRFLabel {
|
||||
byte label;
|
||||
uint32 nfo_line;
|
||||
|
Reference in New Issue
Block a user