From 0780cd4e6a4545fb2a45231c11f4aa54e624734e Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 17 May 2017 00:33:29 +0200 Subject: Web review --- docs/cheatsheet/raylib_structs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/cheatsheet/raylib_structs.c') 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 -- cgit v1.2.3