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
remove //#define PLATFORM_WEB
pull/5004/head
Agnis Aldiņš "NeZvērs
3 weeks ago
parent
a2cf878190
commit
fca2317640
1 changed files
with
0 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
examples/core/core_3d_fps_controller.c
+ 0
- 2
examples/core/core_3d_fps_controller.c
View File
@ -19,8 +19,6 @@
#
include
"raymath.h"
#
include
"raymath.h"
#
include
"rcamera.h"
#
include
"rcamera.h"
/
/
#
define
PLATFORM_WEB
#
if defined(PLATFORM_WEB)
#
if defined(PLATFORM_WEB)
#
include
<emscripten/emscripten.h>
#
include
<emscripten/emscripten.h>
#
endif
#
endif
Write
Preview
Loading…
Cancel
Save