diff options
Diffstat (limited to 'engines/avalanche/pictemp.cpp')
-rw-r--r-- | engines/avalanche/pictemp.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/avalanche/pictemp.cpp b/engines/avalanche/pictemp.cpp index c2a05aee4f..cbc8474828 100644 --- a/engines/avalanche/pictemp.cpp +++ b/engines/avalanche/pictemp.cpp @@ -27,6 +27,7 @@ #include "graph.h" +namespace Avalanche { const integer picsize = 966; @@ -87,3 +88,5 @@ int main(int argc, const char* argv[]) save(); return EXIT_SUCCESS; } + +} // End of namespace Avalanche.
\ No newline at end of file |