aboutsummaryrefslogtreecommitdiff
path: root/scumm/bundle.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/bundle.h')
-rw-r--r--scumm/bundle.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/scumm/bundle.h b/scumm/bundle.h
index a94ce6fe17..dd13d98379 100644
--- a/scumm/bundle.h
+++ b/scumm/bundle.h
@@ -24,6 +24,8 @@
#include "common/scummsys.h"
#include "common/file.h"
+namespace Scumm {
+
class Bundle {
private:
@@ -76,4 +78,6 @@ public:
int32 getNumberOfMusicSamplesByName(const char *name);
};
+} // End of namespace Scumm
+
#endif