(svn r4153) -Codechange. Changed NPF_TILE_LENGTH into an enum and moved it out of variables.h. Just a drop in the bucket, but it is a start

This commit is contained in:
celestar
2006-03-29 19:00:56 +00:00
parent a51b960be6
commit cb76f96aad
3 changed files with 7 additions and 5 deletions

View File

@@ -14,6 +14,7 @@
#include "command.h"
#include "console.h"
#include "saveload.h"
#include "npf.h"
/** The patch values that are used for new games and/or modified in config file */
Patches _patches_newgame;