aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/sprbanks.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sludge/sprbanks.h')
-rw-r--r--engines/sludge/sprbanks.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/sludge/sprbanks.h b/engines/sludge/sprbanks.h
index 3c0efd3364..81d1bc7890 100644
--- a/engines/sludge/sprbanks.h
+++ b/engines/sludge/sprbanks.h
@@ -24,6 +24,8 @@
#include "sprites.h"
+namespace Sludge {
+
struct loadedSpriteBank {
int ID, timesUsed;
spriteBank bank;
@@ -33,4 +35,6 @@ struct loadedSpriteBank {
loadedSpriteBank *loadBankForAnim(int ID);
void reloadSpriteTextures();
+} // End of namespace Sludge
+
#endif