introduced namespace Scumm; made #include statements use scumm/ prefix explicitly
svn-id: r10571
This commit is contained in:
parent
eabeb62e20
commit
d7660a2662
91 changed files with 589 additions and 222 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue