aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/test.cpp')
-rw-r--r--engines/avalanche/test.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/avalanche/test.cpp b/engines/avalanche/test.cpp
index ead8a372af..22e49d0872 100644
--- a/engines/avalanche/test.cpp
+++ b/engines/avalanche/test.cpp
@@ -28,6 +28,8 @@
/*$M 2048,0,0*/
/*#include "Dos.h"*/
+namespace Avalanche {
+
const array<1,22,char> signature = string("*AVALOT* v1.00 ąttą ")+'\3'+'\0';
pointer saveint1f;
int main(int argc, const char* argv[])
@@ -41,3 +43,5 @@ int main(int argc, const char* argv[])
setintvec(0x1f,saveint1f);
return EXIT_SUCCESS;
}
+
+} // End of namespace Avalanche. \ No newline at end of file