aboutsummaryrefslogtreecommitdiff
path: root/sword2/driver/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/driver/menu.h')
-rw-r--r--sword2/driver/menu.h17
1 files changed, 3 insertions, 14 deletions
diff --git a/sword2/driver/menu.h b/sword2/driver/menu.h
index 8e44d9a28f..6c5c7f1b86 100644
--- a/sword2/driver/menu.h
+++ b/sword2/driver/menu.h
@@ -17,25 +17,14 @@
* $Header$
*/
-//=============================================================================
-//
-// Filename : menu.h
-// Created : 15th November 1996
-// By : P.R.Porter
-//
-// Summary : This include file defines links to all data which is
-// defined in the menu.c module, but can be accessed by
-// other parts of the driver96 library.
-//
-//
-//=============================================================================
-
-
#ifndef MENU_H
#define MENU_H
+namespace Sword2 {
#define MENUDEEP 40
+} // End of namespace Sword2
+
#endif