diff options
Diffstat (limited to 'queen/cutaway.cpp')
-rw-r--r-- | queen/cutaway.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/queen/cutaway.cpp b/queen/cutaway.cpp index 39608158b1..e7a9318dae 100644 --- a/queen/cutaway.cpp +++ b/queen/cutaway.cpp @@ -23,6 +23,8 @@ #include "cutaway.h" #include "graphics.h" +namespace Queen { + /* Functions needed: @@ -1036,3 +1038,4 @@ void QueenCutaway::talk(char *nextFilename) { } } +} // End of namespace Queen |