(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 5d379d6696
commit df12937f19
13 changed files with 30 additions and 11 deletions

View File

@@ -51,6 +51,10 @@
#include "string_func.h"
#include "gui.h"
#include "town.h"
#include "video/video_driver.hpp"
#include "sound/sound_driver.hpp"
#include "music/music_driver.hpp"
#include "blitter/factory.hpp"
#include "table/strings.h"