aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/cursors.h
diff options
context:
space:
mode:
authoryinsimei2017-05-26 21:25:11 +0200
committerEugene Sandulenko2017-07-13 18:27:45 +0200
commitc4a5af22eac930b5ed8e04fede2b9e61a76ca5d6 (patch)
treed618a93acee85b1036e397604b306ff9579b7a00 /engines/sludge/cursors.h
parent219044abf9841461043d6e2acf0d5a48a7c7648b (diff)
downloadscummvm-rg350-c4a5af22eac930b5ed8e04fede2b9e61a76ca5d6.tar.gz
scummvm-rg350-c4a5af22eac930b5ed8e04fede2b9e61a76ca5d6.tar.bz2
scummvm-rg350-c4a5af22eac930b5ed8e04fede2b9e61a76ca5d6.zip
SLUDGE: Add namespace
Diffstat (limited to 'engines/sludge/cursors.h')
-rw-r--r--engines/sludge/cursors.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/sludge/cursors.h b/engines/sludge/cursors.h
index 9c803fc7db..6a32665511 100644
--- a/engines/sludge/cursors.h
+++ b/engines/sludge/cursors.h
@@ -23,8 +23,12 @@
#ifndef SLUDGE_CURSORS_H
#define SLUDGE_CURSORS_H
+namespace Sludge {
+
void pickAnimCursor(struct personaAnimation *pp);
void displayCursor();
void pasteCursor(int x, int y, struct personaAnimation *c);
+} // End of namespace Sludge
+
#endif