aboutsummaryrefslogtreecommitdiff
path: root/sword1/swordres.h
diff options
context:
space:
mode:
authorTorbjörn Andersson2004-01-11 15:47:41 +0000
committerTorbjörn Andersson2004-01-11 15:47:41 +0000
commitcf0a73f913174599c7c28d910ecd87229fd62afd (patch)
tree7eabb5c16878d42f35d811ed13af5ed20b763f92 /sword1/swordres.h
parent563d95c576c817a63ec64302e67b2ee5daa97c6e (diff)
downloadscummvm-rg350-cf0a73f913174599c7c28d910ecd87229fd62afd.tar.gz
scummvm-rg350-cf0a73f913174599c7c28d910ecd87229fd62afd.tar.bz2
scummvm-rg350-cf0a73f913174599c7c28d910ecd87229fd62afd.zip
Introduced new namespace, Sword1, removing the "Sword" and "Bs" prefixes in
the process, except for SwordEngine. Some minor cleanups along the wa, e.g. stdafx.h already includes <stdio.h>, <stdlib.h> and <math.h> so there shouldn't be any need to do it elsewhere. svn-id: r12320
Diffstat (limited to 'sword1/swordres.h')
-rw-r--r--sword1/swordres.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sword1/swordres.h b/sword1/swordres.h
index 67ec0a4114..6d506c20f1 100644
--- a/sword1/swordres.h
+++ b/sword1/swordres.h
@@ -22,6 +22,8 @@
#ifndef SWORDRES_H
#define SWORDRES_H
+namespace Sword1 {
+
// scripts
// standard
#define SCRIPT0 0x01000000
@@ -5215,4 +5217,6 @@
#define ROSTLK79CDT 0x0E090011
// 18 entities in TXTs, 18 in datafiles.
+} // End of namespace Sword1
+
#endif //SWORDRES_H