aboutsummaryrefslogtreecommitdiff
path: root/sword2/resman.h
diff options
context:
space:
mode:
authorMax Horn2003-10-04 01:09:29 +0000
committerMax Horn2003-10-04 01:09:29 +0000
commit2162df92fc5efbe64bce31c91d880c47e1daa44d (patch)
tree3fba0152ccea9440f760e53031023210e0d6e8f0 /sword2/resman.h
parent3ef5a410a3337b323b40fc6828df7d11aa4016ae (diff)
downloadscummvm-rg350-2162df92fc5efbe64bce31c91d880c47e1daa44d.tar.gz
scummvm-rg350-2162df92fc5efbe64bce31c91d880c47e1daa44d.tar.bz2
scummvm-rg350-2162df92fc5efbe64bce31c91d880c47e1daa44d.zip
removed Sword2 prefixes of most classes (made obsolete by our namespace usage); renamed Sword2State to Sword2Engine
svn-id: r10583
Diffstat (limited to 'sword2/resman.h')
-rw-r--r--sword2/resman.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sword2/resman.h b/sword2/resman.h
index 28157b79d7..e3c67287bb 100644
--- a/sword2/resman.h
+++ b/sword2/resman.h
@@ -26,7 +26,7 @@ namespace Sword2 {
#define MAX_res_files 20
-class Sword2ResourceManager {
+class ResourceManager {
public:
void init(void); // read in the config file
void exit(void);
@@ -105,7 +105,7 @@ private:
char _cdDrives[24];
};
-extern Sword2ResourceManager res_man; //declare the object global
+extern ResourceManager res_man; //declare the object global
} // End of namespace Sword2