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
Merge pull request
#20
from procedural/cpp-fixes
Fixes for C++, bool type already defined
pull/23/head
Ray
10 anos atrás
pai
77eda6494e
765870fe8f
commit
387795311c
1 arquivos alterados
com
2 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+2
-0
src/raylib.h
+ 2
- 0
src/raylib.h
Ver arquivo
@ -178,8 +178,10 @@
/
/
Types
and
Structures
Definition
/
/
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
#
ifndef __cplusplus
/
/
Boolean
type
typedef
enum
{
false
,
true
}
bool
;
#
endif
/
/
byte
type
typedef
unsigned
char
byte
;
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar