renamed namespace ScummVM to Common
svn-id: r10544
This commit is contained in:
parent
f26d3d1784
commit
0e645f88ae
58 changed files with 143 additions and 142 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue