Removed some of the #includes from sword2.h

svn-id: r12739
This commit is contained in:
Torbjörn Andersson 2004-02-05 14:19:07 +00:00
parent c9d252640c
commit 802a301a16
37 changed files with 123 additions and 10 deletions

View file

@ -22,6 +22,11 @@
#include "sword2/sword2.h"
#include "sword2/defs.h"
#include "sword2/interpreter.h"
#include "sword2/logic.h"
#include "sword2/maketext.h"
#include "sword2/resman.h"
#include "sword2/driver/d_draw.h"
#include "sword2/driver/d_sound.h"
namespace Sword2 {