summaryrefslogtreecommitdiff
path: root/content/content.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/content.h')
-rw-r--r--content/content.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/content/content.h b/content/content.h
index 4f2fa0ed6..5e130e138 100644
--- a/content/content.h
+++ b/content/content.h
@@ -51,6 +51,9 @@
#ifdef WITH_SPRITE
#include "riscos/sprite.h"
#endif
+#ifdef WITH_NSSPRITE
+#include "image/nssprite.h"
+#endif
#ifdef WITH_DRAW
#include "riscos/draw.h"
#endif
@@ -173,6 +176,9 @@ struct content {
#ifdef WITH_SPRITE
struct content_sprite_data sprite;
#endif
+#ifdef WITH_NSSPRITE
+ struct content_nssprite_data nssprite;
+#endif
#ifdef WITH_DRAW
struct content_draw_data draw;
#endif