aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/flip_support.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/flip_support.h')
-rw-r--r--engines/cine/flip_support.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/cine/flip_support.h b/engines/cine/flip_support.h
index 122b743294..996d44baea 100644
--- a/engines/cine/flip_support.h
+++ b/engines/cine/flip_support.h
@@ -25,7 +25,11 @@
#ifndef CINE_FLIPSUPPORT_H_
#define CINE_FLIPSUPPORT_H_
+namespace Cine {
+
void flipU16(uint16 *);
void flipU32(uint32 *);
+} // End of namespace Cine
+
#endif