Bullet Collision Detection & Physics Library
|
Go to the source code of this file.
Classes | |
struct | btClockData |
Macros | |
#define | BT_USE_WINDOWS_TIMERS |
#define | WIN32_LEAN_AND_MEAN |
#define | NOWINRES |
#define | NOMCX |
#define | NOIME |
#define | GetTickCount64 GetTickCount |
#define | mymin(a, b) (a > b ? a : b) |
#define BT_USE_WINDOWS_TIMERS |
Definition at line 33 of file btQuickprof.cpp.
#define GetTickCount64 GetTickCount |
Definition at line 45 of file btQuickprof.cpp.
#define mymin | ( | a, | |
b | |||
) | (a > b ? a : b) |
Definition at line 57 of file btQuickprof.cpp.
#define NOIME |
Definition at line 37 of file btQuickprof.cpp.
#define NOMCX |
Definition at line 36 of file btQuickprof.cpp.
#define NOWINRES |
Definition at line 35 of file btQuickprof.cpp.
#define WIN32_LEAN_AND_MEAN |
Definition at line 34 of file btQuickprof.cpp.