aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/prc.cpp
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/prc.cpp
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/prc.cpp')
-rw-r--r--engines/cine/prc.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/cine/prc.cpp b/engines/cine/prc.cpp
index 6ae7bebef1..fe0f9021df 100644
--- a/engines/cine/prc.cpp
+++ b/engines/cine/prc.cpp
@@ -23,6 +23,7 @@
*/
#include "cine/cine.h"
+#include "cine/auto00.h"
namespace Cine {