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
Check to avoid bool redefinition
pull/365/head
Ray San
7 years ago
parent
7114c1b1f3
commit
399d4b5f46
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
@ -303,7 +303,7 @@
/
/
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
#
ifndef __cplusplus
/
/
Boolean
type
#
if
!defined(_STDBOOL_H) || !defined(__STDBOOL_H)
/
/
CLang uses second form
#
if
ndef bool
typedef
enum
{
false
,
true
}
bool
;
#
endif
#
endif
Write
Preview
Loading…
Cancel
Save