1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-09-02 19:39:12 +00:00

(svn r22019) -Codechange: s/functions.h/clear_func.h/

This commit is contained in:
rubidium
2011-02-07 22:38:02 +00:00
parent bc3ce1e53b
commit 0395aab420
11 changed files with 22 additions and 23 deletions

View File

@@ -15,7 +15,7 @@
#include "landscape.h"
#include "genworld.h"
#include "landscape_type.h"
#include "functions.h"
#include "clear_func.h"
#include "economy_func.h"
#include "viewport_func.h"
#include "water.h"