From 708ef646631af236f6a12faa0682f7ad3913d5e0 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 4 Aug 2010 04:01:27 +0000 Subject: include cleanup, no functional changes - removed DNA_brush_types.h from DNA_scene_types.h (and some other similar cases) - removed DNA_wave_types.h (never used) - removed Main.wave --- source/blender/makesdna/DNA_actuator_types.h | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'source/blender/makesdna/DNA_actuator_types.h') diff --git a/source/blender/makesdna/DNA_actuator_types.h b/source/blender/makesdna/DNA_actuator_types.h index 7c9a37072af..76bb9a5f96f 100644 --- a/source/blender/makesdna/DNA_actuator_types.h +++ b/source/blender/makesdna/DNA_actuator_types.h @@ -37,9 +37,6 @@ struct Scene; struct Group; struct Text; -// for Sound3D -#include "DNA_sound_types.h" - /* ****************** ACTUATORS ********************* */ /* unused now, moved to editobjectactuator in 2.02. Still needed for dna */ @@ -61,6 +58,18 @@ typedef struct bActionActuator { float stridelength; /* Displacement incurred by cycle */ // not in use } bActionActuator; +typedef struct Sound3D +{ + float min_gain; + float max_gain; + float reference_distance; + float max_distance; + float rolloff_factor; + float cone_inner_angle; + float cone_outer_angle; + float cone_outer_gain; +} Sound3D; + typedef struct bSoundActuator { short flag, sndnr; int pad1, pad2; -- cgit v1.2.3