Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
Archivist
/
raylib-src
espelho de
https://github.com/raysan5/raylib
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
24
Wiki
Trabalho
Ver a proveniência
Fixes for C++
pull/20/head
Constantine Tarasenkov
há 10 anos
ascendente
b926765ce0
cometimento
ab12193f10
2 ficheiros alterados
com
3 adições
e
0 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+2
-0
src/raylib.h
+1
-0
src/utils.c
+ 2
- 0
src/raylib.h
Ver ficheiro
@ -178,8 +178,10 @@
/
/
Types
and
Structures
Definition
/
/
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
#
ifndef __cplusplus
/
/
Boolean
type
typedef
enum
{
false
,
true
}
bool
;
#
endif
/
/
byte
type
typedef
unsigned
char
byte
;
+ 1
- 0
src/utils.c
Ver ficheiro
@ -27,6 +27,7 @@
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
#
include
"raylib.h"
#
include
"utils.h"
#
if defined(PLATFORM_ANDROID)
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar