aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/script.h
diff options
context:
space:
mode:
authorMax Horn2006-02-25 00:26:14 +0000
committerMax Horn2006-02-25 00:26:14 +0000
commit2fc23c85da1c69eb6a88fecf51f677bbeeca2b96 (patch)
treea0db66a8fe4015faf86e461a8dd613ac02f13a4f /engines/cine/script.h
parent4abfffe89b5036b125295987cab2d16de4dc96a6 (diff)
downloadscummvm-rg350-2fc23c85da1c69eb6a88fecf51f677bbeeca2b96.tar.gz
scummvm-rg350-2fc23c85da1c69eb6a88fecf51f677bbeeca2b96.tar.bz2
scummvm-rg350-2fc23c85da1c69eb6a88fecf51f677bbeeca2b96.zip
Moved cine engine into namespace Cine
svn-id: r20851
Diffstat (limited to 'engines/cine/script.h')
-rw-r--r--engines/cine/script.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/cine/script.h b/engines/cine/script.h
index c289f19205..592a388a65 100644
--- a/engines/cine/script.h
+++ b/engines/cine/script.h
@@ -25,6 +25,8 @@
#ifndef CINE_SCRIPT_H_
#define CINE_SCRIPT_H_
+namespace Cine {
+
#define SCRIPT_STACK_SIZE 50
typedef struct {
@@ -60,4 +62,6 @@ void executeList0(void);
void purgeList1(void);
void purgeList0(void);
+} // End of namespace Cine
+
#endif