aboutsummaryrefslogtreecommitdiff
path: root/sword2/scroll.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/scroll.h')
-rw-r--r--sword2/scroll.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sword2/scroll.h b/sword2/scroll.h
index 6dce692850..44d26f718e 100644
--- a/sword2/scroll.h
+++ b/sword2/scroll.h
@@ -22,6 +22,10 @@
#ifndef _SCROLL
#define _SCROLL
+namespace Sword2 {
+
void Set_scrolling(void);
+} // End of namespace Sword2
+
#endif