undo, axis editing

This commit is contained in:
veclavtalica
2025-03-08 02:20:31 +03:00
parent 6d6230c6a1
commit 5f7b8bac6d
5 changed files with 87 additions and 17 deletions

View File

@ -8,6 +8,7 @@
/* plays audio file at specified channel or at scratch channel if NULL is passed, without ability to refer to it later */
/* path path must contain valid file extension to infer which file format it is */
/* supported formats: .ogg, .xm */
/* mono or stereo only */
TWN_API void audio_play(const char *audio,
const char *channel, /* optional */
bool repeat, /* default: false */