Ahmad Fatoum
há 8 anos
ascendente
cometimento
520f317a75
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: C3EAC3DE9321D59B
1 ficheiros alterados com
1 adições e
0 eliminações
-
src/physac.h
|
|
|
@ -255,6 +255,7 @@ PHYSACDEF void ClosePhysics(void); |
|
|
|
// Functions required to query time on Windows |
|
|
|
int __stdcall QueryPerformanceCounter(unsigned long long int *lpPerformanceCount); |
|
|
|
int __stdcall QueryPerformanceFrequency(unsigned long long int *lpFrequency); |
|
|
|
#include <time.h> |
|
|
|
#elif defined(__linux__) |
|
|
|
#if _POSIX_C_SOURCE < 199309L |
|
|
|
#undef _POSIX_C_SOURCE |
|
|
|
|