summaryrefslogtreecommitdiff
path: root/content/content_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/content_type.h')
-rw-r--r--content/content_type.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/content/content_type.h b/content/content_type.h
index 39d2b9f13..661a116a8 100644
--- a/content/content_type.h
+++ b/content/content_type.h
@@ -31,6 +31,10 @@ typedef enum {
#ifdef WITH_PNG
CONTENT_PNG,
#endif
+#ifdef WITH_MNG
+ CONTENT_JNG,
+ CONTENT_MNG,
+#endif
#ifdef WITH_SPRITE
CONTENT_SPRITE,
#endif