(svn r3557) - NewGRF: move callback enums to a new file as more than just engines will use them

This commit is contained in:
peter1138
2006-02-05 19:46:20 +00:00
parent 72eeae1546
commit bb016cdff6
4 changed files with 42 additions and 31 deletions

View File

@@ -7,6 +7,7 @@
#include "string.h"
#include "strings.h"
#include "engine.h"
#include "newgrf_callbacks.h"
#include "newgrf_engine.h"
#include "sprite.h"
#include "variables.h"