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
Review typo
pull/1544/head
Ray
há 4 anos
ascendente
05dfbf3cd4
cometimento
f2c0981c57
1 ficheiros alterados
com
1 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-1
src/raylib.h
+ 1
- 1
src/raylib.h
Ver ficheiro
@ -113,7 +113,7 @@
#
define RL_FREE(ptr) free(ptr)
#
endif
/
/
NOTE
:
MSC
C
+
+
compiler
does
not
support
compound
literals
(
C99
feature
)
/
/
NOTE
:
MS
V
C
C
+
+
compiler
does
not
support
compound
literals
(
C99
feature
)
/
/
Plain
structures
in
C
+
+
(
without
constructors
)
can
be
initialized
from
{
}
initializers
.
#
if defined(__cplusplus)
#
define CLITERAL(type) type
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar