summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/xas/spatial.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/xas/spatial.h b/include/xas/spatial.h
index b9297f8..5287502 100644
--- a/include/xas/spatial.h
+++ b/include/xas/spatial.h
@@ -3,6 +3,9 @@
#include <xas/audio.h>
+#define XAS_SPATIAL_OBJECT_NONE 0
+#define XAS_SPATIAL_OBJECT_MANAGED (1 << 0)
+
#define XAS_SPATIAL_DEFAULT_OBSERVER_WIDTH 0.18f
#define XAS_SPATIAL_DEFAULT_RADIUS 4000.0f /* metres */
#define XAS_SPATIAL_DEFAULT_SPEED 343.0f /* m/s */
@@ -40,6 +43,7 @@ struct _xas_spatial_object {
xas_audio_stream *source;
void *ctx;
+ int flags;
xas_spatial_coord point;
xas_spatial_object *next;