diff options
Diffstat (limited to 'engines/avalanche/slope.cpp')
-rw-r--r-- | engines/avalanche/slope.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/avalanche/slope.cpp b/engines/avalanche/slope.cpp index 83bb1d7a8e..54ab3d0aa8 100644 --- a/engines/avalanche/slope.cpp +++ b/engines/avalanche/slope.cpp @@ -25,6 +25,8 @@ * Copyright (c) 1994-1995 Mike, Mark and Thomas Thurman. */ +namespace Avalanche { + struct joysetup { word xmid,ymid,xmin,ymin,xmax,ymax; byte centre; /* Size of centre in tenths */ @@ -370,3 +372,5 @@ int main(int argc, const char* argv[]) store_slopeline(); return EXIT_SUCCESS; } + +} // End of namespace Avalanche.
\ No newline at end of file |