Web review
This commit is contained in:
parent
a5bfd7db22
commit
0780cd4e6a
11 changed files with 77 additions and 62 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue