Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Archivist
/
raylib-src
réplica de
https://github.com/raysan5/raylib
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
24
Wiki
Actividad
Explorar el Código
Additional check for bool header definition
pull/305/head
Ray
hace 7 años
padre
4b1bc7f65e
commit
5370fe18e0
Se han
modificado 1 ficheros
con
1 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-2
src/raylib.h
+ 1
- 2
src/raylib.h
Ver fichero
@ -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
Escribir
Vista previa
Cargando…
Cancelar
Guardar