introduced namespace Scumm; made #include statements use scumm/ prefix explicitly

svn-id: r10571
This commit is contained in:
Max Horn 2003-10-03 18:33:57 +00:00
parent eabeb62e20
commit d7660a2662
91 changed files with 589 additions and 222 deletions

View file

@ -29,6 +29,8 @@
#include "scumm/sound.h"
#include "scumm/verbs.h"
namespace Scumm {
#define OPCODE(x) { &ScummEngine_v2::x, #x }
void ScummEngine_v2::setupOpcodes() {
@ -1578,3 +1580,5 @@ void ScummEngine_v2::resetSentence() {
VAR(VAR_SENTENCE_OBJECT2) = 0;
VAR(VAR_SENTENCE_PREPOSITION) = 0;
}
} // End of namespace Scumm