(svn r11675) -Codechange: split the string types from the string functions.

This commit is contained in:
rubidium
2007-12-21 19:49:27 +00:00
parent 8ebdfb258f
commit 8427b8bad2
73 changed files with 163 additions and 160 deletions

View File

@@ -13,12 +13,10 @@
#include "openttd.h"
#include "table/strings.h"
#include "strings.h"
#include "bridge_map.h"
#include "functions.h"
#include "mixer.h"
#include "spritecache.h"
#include "strings.h"
#include "gfx.h"
#include "gfxinit.h"
#include "gui.h"
@@ -67,6 +65,7 @@
#include "sound/sound_driver.hpp"
#include "music/music_driver.hpp"
#include "video/video_driver.hpp"
#include "strings_func.h"
#include "bridge_map.h"
#include "clear_map.h"