Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
lolengine
/
lol
espelhamento de
https://github.com/lolengine/lol
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
0
Wiki
Atividade
Ver código fonte
core: fix Bullet compilation with the Native Client toolchain.
legacy
Sam Hocevar
sam
13 anos atrás
pai
fe05e5e11a
commit
735d071778
2 arquivos alterados
com
2 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
-1
src/bullet/BulletCollision/BroadphaseCollision/btDbvt.h
+1
-1
src/bullet/LinearMath/btSerializer.h
+ 1
- 1
src/bullet/BulletCollision/BroadphaseCollision/btDbvt.h
Ver arquivo
@@ -92,7 +92,7 @@ subject to the following restrictions:
#endif
#if DBVT_USE_MEMMOVE
#if !defined( __CELLOS_LV2__) && !defined(__MWERKS__)
#if !defined( __CELLOS_LV2__) && !defined(__MWERKS__)
&& !defined(__native_client__)
#include <memory.h>
#endif
#include <string.h>
+ 1
- 1
src/bullet/LinearMath/btSerializer.h
Ver arquivo
@@ -20,7 +20,7 @@ subject to the following restrictions:
#include "btStackAlloc.h"
#include "btHashMap.h"
#if !defined( __CELLOS_LV2__) && !defined(__MWERKS__)
#if !defined( __CELLOS_LV2__) && !defined(__MWERKS__)
&& !defined(__native_client__)
#include <memory.h>
#endif
#include <string.h>
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar