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
Revert "REVIEWED: Alignment with other platforms"
This reverts commit
cf0d6fc664
.
pull/5419/head
Ray
2 months ago
parent
cf0d6fc664
commit
1c7240a01d
2 changed files
with
7543 additions
and
10386 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7538
-10386
src/external/RGFW.h
+5
-0
src/platforms/rcore_desktop_rgfw.c
+ 7538
- 10386
src/external/RGFW.h
File diff suppressed because it is too large
View File
+ 5
- 0
src/platforms/rcore_desktop_rgfw.c
View File
@ -48,6 +48,11 @@
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
#
ifndef RAYLIB_H
/* this should never actually happen, it's only here for IDEs */
#
include
"raylib.h"
#
include
"../rcore.c"
#
endif
#
if defined(PLATFORM_WEB_RGFW)
#
define RGFW_NO_GL_HEADER
#
endif
Write
Preview
Loading…
Cancel
Save