aboutsummaryrefslogtreecommitdiff
path: root/headers
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-07-08 15:57:07 +0200
committerkdx <kikoodx@paranoici.org>2023-07-08 15:58:09 +0200
commit74bfb703a6c58285aeb3f9480ca8bbe22c7186ba (patch)
tree1a1d65dc5912da40d00804d14ceae423e30c0231 /headers
parenta7ce97902e64a06d61c7b6bb6d3f8a92fedbb071 (diff)
downloadtzr-74bfb703a6c58285aeb3f9480ca8bbe22c7186ba.tar.gz
TZR_PlaySound takes uint not int
Diffstat (limited to 'headers')
-rw-r--r--headers/TZR_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/headers/TZR_types.h b/headers/TZR_types.h
index f15ce5f..2f0a2dc 100644
--- a/headers/TZR_types.h
+++ b/headers/TZR_types.h
@@ -139,7 +139,7 @@ struct TZR_DrawRectangleArgs {
struct TZR_PlaySoundArgs {
int _;
- int id;
+ TZR_Uint id;
int loop;
float volume;
};