diff options
Diffstat (limited to 'engines/avalanche/shell1.cpp')
-rw-r--r-- | engines/avalanche/shell1.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/engines/avalanche/shell1.cpp b/engines/avalanche/shell1.cpp index 5d6e2c9e2d..1618174fe4 100644 --- a/engines/avalanche/shell1.cpp +++ b/engines/avalanche/shell1.cpp @@ -28,6 +28,8 @@ /*$M $800,0,0*/ /*#include "Dos.h"*/ +namespace Avalanche { + struct infotype { matrix<128,255,1,8,byte> chars; string data; @@ -57,4 +59,6 @@ int main(int argc, const char* argv[]) swapvectors; setintvec(0x1f,where); return EXIT_SUCCESS; -}
\ No newline at end of file +} + +} // End of namespace Avalanche.
\ No newline at end of file |