(svn r11677) -Codechange: move price and command related types/functions to their respective places.

This commit is contained in:
rubidium
2007-12-21 21:50:46 +00:00
parent 65754b8d12
commit 9e9cfe6e59
89 changed files with 425 additions and 414 deletions

View File

@@ -18,7 +18,7 @@
#include "gfx.h"
#include "viewport.h"
#include "news.h"
#include "command.h"
#include "command_func.h"
#include "saveload.h"
#include "player.h"
#include "engine.h"
@@ -41,7 +41,6 @@
#include "newgrf_sound.h"
#include "helpers.hpp"
#include "group.h"
#include "economy.h"
#include "order.h"
#include "strings_func.h"