From d7660a2662be298dad3cf9b320137dac8744d456 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 3 Oct 2003 18:33:57 +0000 Subject: introduced namespace Scumm; made #include statements use scumm/ prefix explicitly svn-id: r10571 --- scumm/player_mod.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'scumm/player_mod.cpp') diff --git a/scumm/player_mod.cpp b/scumm/player_mod.cpp index d0928a54ed..6aee4087ba 100644 --- a/scumm/player_mod.cpp +++ b/scumm/player_mod.cpp @@ -20,7 +20,9 @@ * */ -#include "player_mod.h" +#include "scumm/player_mod.h" + +namespace Scumm { //////////////////////////////////////// // @@ -186,3 +188,5 @@ void Player_MOD::do_mix (int16 *data, uint len) { dpos += dlen; } } + +} // End of namespace Scumm -- cgit v1.2.3