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

This commit is contained in:
2006-02-05 19:46:20 +00:00
parent 208a4b4944
commit ab771e4ff0
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"