aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/cine.h
diff options
context:
space:
mode:
authorMax Horn2006-02-25 00:46:56 +0000
committerMax Horn2006-02-25 00:46:56 +0000
commit5ea3b8f9cd7e183e947187ffa62348b70bf6048d (patch)
treecaa016227bbc45831ff4b91f51c8d33b774f1498 /engines/cine/cine.h
parente35eb1dd2fef9b434c14cbfb4b4c04640a16f418 (diff)
downloadscummvm-rg350-5ea3b8f9cd7e183e947187ffa62348b70bf6048d.tar.gz
scummvm-rg350-5ea3b8f9cd7e183e947187ffa62348b70bf6048d.tar.bz2
scummvm-rg350-5ea3b8f9cd7e183e947187ffa62348b70bf6048d.zip
- avoid using typedef for structs (it is just not necessary in C++)
- added a const/static here and there - started to reduce header dependencies svn-id: r20856
Diffstat (limited to 'engines/cine/cine.h')
-rw-r--r--engines/cine/cine.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/cine/cine.h b/engines/cine/cine.h
index 290a23acb2..fc4b66a073 100644
--- a/engines/cine/cine.h
+++ b/engines/cine/cine.h
@@ -35,7 +35,6 @@
#include "base/engine.h"
#include "base/gameDetector.h"
-#include "cine/font.h"
#include "cine/various.h"
#include "cine/flip_support.h"
#include "cine/texte.h"
@@ -51,7 +50,6 @@
#include "cine/pal.h"
#include "cine/gfx.h"
#include "cine/anim.h"
-#include "cine/auto00.h"
#include "cine/unpack.h"
#include "cine/bg_list.h"
#include "cine/sfx_player.h"