summaryrefslogtreecommitdiffhomepage
path: root/docs/cheatsheet/raylib_structs.c
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cheatsheet/raylib_structs.c')
-rw-r--r--docs/cheatsheet/raylib_structs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/cheatsheet/raylib_structs.c b/docs/cheatsheet/raylib_structs.c
index dd7aa665..96441470 100644
--- a/docs/cheatsheet/raylib_structs.c
+++ b/docs/cheatsheet/raylib_structs.c
@@ -20,6 +20,7 @@
struct Light; // Light type, defines light properties
struct Model; // Basic 3d Model type
struct Ray; // Ray type (useful for raycast)
+ struct RayHitInfo; // Raycast hit information
struct Wave; // Wave type, defines audio wave data
struct Sound; // Basic Sound source and buffer