1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-09-02 11:29:10 +00:00

(svn r11839) -Codechange: move some variables from variables.h to a more logical location.

This commit is contained in:
rubidium
2008-01-13 21:41:24 +00:00
parent 27e5deb719
commit 3ca95f2a85
13 changed files with 30 additions and 11 deletions

View File

@@ -36,6 +36,7 @@
#include "player_base.h"
#include "fios.h"
#include "settings_type.h"
#include "video/video_driver.hpp"
#include "table/strings.h"
#include "table/control_codes.h"