summaryrefslogtreecommitdiffstats
path: root/slv2/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'slv2/types.h')
-rw-r--r--slv2/types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/slv2/types.h b/slv2/types.h
index c22b2be..f595dd1 100644
--- a/slv2/types.h
+++ b/slv2/types.h
@@ -56,6 +56,10 @@ typedef struct _Plugin* SLV2Plugin;
typedef struct _World* SLV2World;
+/** A plugin category. Opaque, but valid to compare to NULL. */
+typedef struct _Category* SLV2Category;
+
+
#ifdef __cplusplus
}
#endif