(svn r3763) Adapt to the new 'map accessors go in foo_map.h'-scheme

This commit is contained in:
tron
2006-03-05 10:19:33 +00:00
parent 5913c3931b
commit cc4f5b4e6f
19 changed files with 18 additions and 18 deletions

View File

@@ -2,7 +2,7 @@
#include "stdafx.h"
#include "openttd.h"
#include "clear.h"
#include "clear_map.h"
#include "functions.h"
#include "spritecache.h"
#include "table/strings.h"
@@ -10,7 +10,7 @@
#include "map.h"
#include "tile.h"
#include "gui.h"
#include "tree.h"
#include "tree_map.h"
#include "window.h"
#include "gfx.h"
#include "viewport.h"