Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
Archivist
/
raylib-src
espelhamento de
https://github.com/raysan5/raylib
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
24
Wiki
Atividade
Ver código fonte
Additional check for bool header definition
pull/305/head
Ray
7 anos atrás
pai
4b1bc7f65e
commit
5370fe18e0
1 arquivos alterados
com
1 adições
e
2 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-2
src/raylib.h
+ 1
- 2
src/raylib.h
Ver arquivo
@ -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
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar