aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/prc.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/prc.h')
-rw-r--r--engines/cine/prc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/cine/prc.h b/engines/cine/prc.h
index 0c80ef79dd..f1e8b341d4 100644
--- a/engines/cine/prc.h
+++ b/engines/cine/prc.h
@@ -25,6 +25,8 @@
#ifndef CINE_PRC_H_
#define CINE_PRC_H_
+namespace Cine {
+
struct prcLinkedListStruct {
struct prcLinkedListStruct *next;
int16 stack[SCRIPT_STACK_SIZE];
@@ -44,4 +46,6 @@ void resetglobalScriptsHead(void);
void freePrcLinkedList(void);
void loadPrc(const char *pPrcName);
+} // End of namespace Cine
+
#endif