aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/plottest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/plottest.cpp')
-rw-r--r--engines/avalanche/plottest.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/avalanche/plottest.cpp b/engines/avalanche/plottest.cpp
index 799f1f1adb..909088c0e5 100644
--- a/engines/avalanche/plottest.cpp
+++ b/engines/avalanche/plottest.cpp
@@ -27,6 +27,8 @@
#include "graph.h"
+namespace Avalanche {
+
integer gd,gm; byte fv;
matrix<1,35,0,39,byte> a;
array<0,3,0,4,1,35,byte> b;
@@ -64,3 +66,5 @@ int main(int argc, const char* argv[])
}
return EXIT_SUCCESS;
}
+
+} // End of namespace Avalanche. \ No newline at end of file