1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-20 04:59:11 +00:00

(svn r9609) -Codechange: Move some function prototypes out of functions.h and into landscape.h, and add a few where they didn't exist.

This commit is contained in:
maedhros
2007-04-12 13:07:15 +00:00
parent 8cdec9a2ab
commit ccaaa7d33a
32 changed files with 72 additions and 36 deletions

View File

@@ -7,6 +7,7 @@
#include "bridge_map.h"
#include "debug.h"
#include "functions.h"
#include "landscape.h"
#include "gui.h"
#include "station_map.h"
#include "table/strings.h"