yet another api rework, removal of integer types in public api, optionals at the end, some cleaning
This commit is contained in:
@ -16,7 +16,7 @@ TWN_API void audio_play(const char *path,
|
||||
float panning); /* default: 0.0f, range: -1.0 to 1.0f */
|
||||
|
||||
/* possible parameter options: "volume", "panning", "repeat" */
|
||||
TWN_API void audio_set_parameter(const char *channel, const char *parameter, float value);
|
||||
TWN_API void audio_parameter(const char *channel, const char *parameter, float value);
|
||||
|
||||
/* TODO */
|
||||
// TWN_API bool audio_ended(const char *channel);
|
||||
|
Reference in New Issue
Block a user