aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/gfx/image/art.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/gfx/image/art.h')
-rw-r--r--engines/sword25/gfx/image/art.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/engines/sword25/gfx/image/art.h b/engines/sword25/gfx/image/art.h
index f0d0d7cacc..90baa770cf 100644
--- a/engines/sword25/gfx/image/art.h
+++ b/engines/sword25/gfx/image/art.h
@@ -35,11 +35,13 @@
/* Simple macros to set up storage allocation and basic types for libart
functions. */
-#ifndef __ART_MISC_H__
-#define __ART_MISC_H__
+#ifndef __ART_H__
+#define __ART_H__
#include "common/scummsys.h"
+namespace Sword25 {
+
typedef byte art_u8;
typedef uint16 art_u16;
typedef uint32 art_u32;
@@ -272,5 +274,6 @@ art_svp_render_aa(const ArtSVP *svp,
ArtSVPRenderAAStep *steps, int n_steps),
void *callback_data);
+} // End of namespace Sword25
-#endif /* __ART_MISC_H__ */
+#endif /* __ART_H__ */