(svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h'

This commit is contained in:
rubidium
2007-12-25 11:26:07 +00:00
parent bf98e25e43
commit 429521a7d1
134 changed files with 180 additions and 169 deletions

View File

@@ -7,7 +7,6 @@
#include "console.h"
#include "debug.h"
#include "engine.h"
#include "functions.h"
#include "landscape.h"
#include "saveload.h"
#include "string.h"
@@ -28,6 +27,8 @@
#include "network/network.h"
#include "strings_func.h"
#include "viewport.h"
#include "window_func.h"
#include "functions.h"
// ** scriptfile handling ** //
static FILE *_script_file;