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
Update version in case no config.h is being used
pull/955/head
raysan5
6 anos atrás
pai
f565ff018e
commit
e2183f0b99
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
src/core.c
+ 1
- 1
src/core.c
Ver arquivo
@ -108,7 +108,7 @@
#
if !defined(EXTERNAL_CONFIG_FLAGS)
#
include
"config.h" // Defines module configuration flags
#
else
#
define RAYLIB_VERSION "2.
5
"
#
define RAYLIB_VERSION "2.
6-dev
"
#
endif
#
if (defined(__linux__) || defined(PLATFORM_WEB)) && _POSIX_C_SOURCE < 199309L
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar