aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/andextst.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/andextst.cpp')
-rw-r--r--engines/avalanche/andextst.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/avalanche/andextst.cpp b/engines/avalanche/andextst.cpp
index 3abfbacfc4..2cfe410b98 100644
--- a/engines/avalanche/andextst.cpp
+++ b/engines/avalanche/andextst.cpp
@@ -27,6 +27,7 @@
#include "graph.h"
+namespace Avalanche {
typedef matrix<1,24,0,1,pointer> adxtype;
@@ -85,4 +86,6 @@ int main(int argc, const char* argv[])
anim += 1; if (anim==7) anim=1;cp=1-cp;
} while (!false);
return EXIT_SUCCESS;
-} \ No newline at end of file
+}
+
+} // End of namespace Avalanche. \ No newline at end of file