aboutsummaryrefslogtreecommitdiff
path: root/sword2/driver/language.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/driver/language.cpp')
-rw-r--r--sword2/driver/language.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/sword2/driver/language.cpp b/sword2/driver/language.cpp
index 6ac4ec66f9..0995368b4f 100644
--- a/sword2/driver/language.cpp
+++ b/sword2/driver/language.cpp
@@ -18,7 +18,9 @@
*/
#include "stdafx.h"
-#include "driver96.h"
+#include "bs2/driver/driver96.h"
+
+namespace Sword2 {
uint8 languageVersion = ENGLISH;
@@ -83,3 +85,5 @@ int32 GetGameName(uint8 *name) {
return rv;
}
+
+} // End of namespace Sword2