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
Review typo
pull/1544/head
Ray
3 years ago
parent
05dfbf3cd4
commit
f2c0981c57
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/raylib.h
+ 1
- 1
src/raylib.h
View File
@ -113,7 +113,7 @@
#
define RL_FREE(ptr) free(ptr)
#
endif
/
/
NOTE
:
MSC
C
+
+
compiler
does
not
support
compound
literals
(
C99
feature
)
/
/
NOTE
:
MS
V
C
C
+
+
compiler
does
not
support
compound
literals
(
C99
feature
)
/
/
Plain
structures
in
C
+
+
(
without
constructors
)
can
be
initialized
from
{
}
initializers
.
#
if defined(__cplusplus)
#
define CLITERAL(type) type
Write
Preview
Loading…
Cancel
Save