aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/edna.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/edna.cpp')
-rw-r--r--engines/avalanche/edna.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/avalanche/edna.cpp b/engines/avalanche/edna.cpp
index 03d9c232fb..1c4d8d76b5 100644
--- a/engines/avalanche/edna.cpp
+++ b/engines/avalanche/edna.cpp
@@ -30,6 +30,7 @@
/*#include "Dos.h"*/
/*#include "Tommys.h"*/
+namespace Avalanche {
struct ednahead { /* Edna header */
/* This header starts at byte offset 177 in the .ASG file. */
@@ -359,4 +360,6 @@ int main(int argc, const char* argv[])
if (info) show_info();
load_file();
return EXIT_SUCCESS;
-} \ No newline at end of file
+}
+
+} // End of namespace Avalanche. \ No newline at end of file