summaryrefslogtreecommitdiffstats
path: root/slv2/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'slv2/types.h')
-rw-r--r--slv2/types.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/slv2/types.h b/slv2/types.h
index 7e965be..d55b81d 100644
--- a/slv2/types.h
+++ b/slv2/types.h
@@ -64,6 +64,14 @@ typedef struct _PluginClass* SLV2PluginClass;
typedef void* SLV2PluginClasses;
+/** A typed value */
+typedef struct _Value* SLV2Value;
+
+
+/** A collection of typed values. */
+typedef void* SLV2Values;
+
+
#ifdef __cplusplus
}
#endif