Skip to content

Commit

Permalink
Correct the kinc_a1_sound_create documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous authored Jan 31, 2025
1 parent 505e5fc commit d4c8fd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/kinc/audio1/sound.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ typedef enum {
} kinc_a1_audioformat_t;

/// <summary>
/// Create a sound from a wav file.
/// Create a sound from a wav or ogg file.
/// </summary>
/// <param name="filename">Path to a wav file</param>
/// <param name="filename">Path to a wav or ogg file</param>
/// <returns>The newly created sound</returns>
KINC_FUNC kinc_a1_sound_t *kinc_a1_sound_create(const char *filename);

Expand Down

0 comments on commit d4c8fd0

Please sign in to comment.