renamed namespace ScummVM to Common

svn-id: r10544
This commit is contained in:
Max Horn 2003-10-02 17:43:02 +00:00
parent f26d3d1784
commit 0e645f88ae
58 changed files with 143 additions and 142 deletions

View file

@ -23,7 +23,7 @@
#include <ctype.h>
namespace ScummVM {
namespace Common {
String::String(const char *str, int len) {
_refCount = new int(1);
@ -266,4 +266,4 @@ bool operator != (const char* y, const ConstString &x) {
return x != y;
}
} // End of namespace ScummVM
} // End of namespace Common