This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Added missing include -_-
pull/793/head
Ray
6 years ago
parent
9282b8ba83
commit
c23ceec338
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
examples/models/models_material_pbr.c
+ 2
- 0
examples/models/models_material_pbr.c
View File
@ -12,6 +12,8 @@
#
include
"raylib.h"
#
include
"raymath.h"
#
include
<stdio.h>
#
define RLIGHTS_IMPLEMENTATION
#
include
"rlights.h"
Write
Preview
Loading…
Cancel
Save