Rev 1 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1 | pmbaty | 1 | #ifndef S3_S3_BRENDER_H |
2 | #define S3_S3_BRENDER_H |
||
3 | |||
4 | #include "s3.h" |
||
5 | |||
18 | pmbaty | 6 | #include "brender.h" |
1 | pmbaty | 7 | |
8 | tS3_sound_source_ptr S3CreateSoundSourceBR(br_vector3* pPosition, br_vector3* pVelocity, tS3_outlet_ptr pBound_outlet); |
||
9 | |||
10 | void S3BindListenerPositionBRender(br_vector3* pos); |
||
11 | void S3BindListenerVelocityBRender(br_vector3* vel); |
||
12 | void S3BindListenerLeftBRender(br_vector3* left); |
||
13 | |||
14 | #endif /* S3_S3_BRENDER_H */ |