aboutsummaryrefslogtreecommitdiff
path: root/headers
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-06-19 18:36:16 +0200
committerkdx <kikoodx@paranoici.org>2023-06-19 18:36:16 +0200
commit4c7fc6f8cb57f292927926bd9e3ea01b5bc84190 (patch)
tree4652e091e47a0b2bc99bc2aed6dff804ad66cd88 /headers
parent9d111b8b3a03513bfb15349036c9a9e3465bc865 (diff)
downloadtzr-4c7fc6f8cb57f292927926bd9e3ea01b5bc84190.tar.gz
TZR_mouse.h: include SDL_mouse
Diffstat (limited to 'headers')
-rw-r--r--headers/TZR_mouse.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/headers/TZR_mouse.h b/headers/TZR_mouse.h
index 517c34f..1905c9b 100644
--- a/headers/TZR_mouse.h
+++ b/headers/TZR_mouse.h
@@ -1,5 +1,6 @@
#pragma once
#include "TZR_types.h"
+#include <SDL2/SDL_mouse.h>
/* `x` and `y` are out values and nullable. */
void TZR_MouseGetPosition(int *x, int *y);