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

@ -131,9 +131,9 @@ public:
class DynamicPlugin : public Plugin {
void *_dlHandle;
ScummVM::String _filename;
Common::String _filename;
ScummVM::String _name;
Common::String _name;
const TargetSettings *_targets;
int _targetCount;
EngineFactory _ef;