diff src/viewport.cpp @ 8114:2d6af5d7a142 draft

(svn r11675) -Codechange: split the string types from the string functions.
author rubidium <rubidium@openttd.org>
date Fri, 21 Dec 2007 19:49:27 +0000 (2007-12-21)
parents 47b1794a7eca
children b6ec923e9fa8
line wrap: on
line diff
--- a/src/viewport.cpp
+++ b/src/viewport.cpp
@@ -8,7 +8,6 @@
 #include "functions.h"
 #include "gui.h"
 #include "spritecache.h"
-#include "strings.h"
 #include "table/sprites.h"
 #include "table/strings.h"
 #include "landscape.h"
@@ -26,6 +25,7 @@
 #include "vehicle_gui.h"
 #include "blitter/factory.hpp"
 #include "transparency.h"
+#include "strings_func.h"
 
 #define VIEWPORT_DRAW_MEM (65536 * 2)