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
Update models_obj_viewer.c
pull/703/head
Ray
6 years ago
parent
788bb78989
commit
5aea693f69
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
examples/models/models_obj_viewer.c
+ 1
- 1
examples/models/models_obj_viewer.c
View File
@ -11,7 +11,7 @@
#
include
"raylib.h"
#
include
<string
s
.h> // Required for: strcpy()
#
include
<string.h> // Required for: strcpy()
int
main
(
)
{
Write
Preview
Loading…
Cancel
Save