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
Additional check for bool header definition
pull/305/head
Ray
7 years ago
parent
4b1bc7f65e
commit
5370fe18e0
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
src/raylib.h
+ 1
- 2
src/raylib.h
View File
@ -296,9 +296,8 @@
/
/
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
#
ifndef __cplusplus
/
/
Boolean
type
#
if !defined(_STDBOOL_H)
#
if !defined(_STDBOOL_H)
|| !defined(__STDBOOL_H)
/
/
CLang uses second form
typedef
enum
{
false
,
true
}
bool
;
#
define _STDBOOL_H
#
endif
#
endif
Write
Preview
Loading…
Cancel
Save