Bullet Collision Detection & Physics Library
Classes | Macros
btQuickprof.cpp File Reference
#include "btQuickprof.h"
#include <windows.h>
#include <time.h>
Include dependency graph for btQuickprof.cpp:

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)
 

Macro Definition Documentation

§ BT_USE_WINDOWS_TIMERS

#define BT_USE_WINDOWS_TIMERS

Definition at line 33 of file btQuickprof.cpp.

§ GetTickCount64

#define GetTickCount64   GetTickCount

Definition at line 45 of file btQuickprof.cpp.

§ mymin

#define mymin (   a,
 
)    (a > b ? a : b)

Definition at line 57 of file btQuickprof.cpp.

§ NOIME

#define NOIME

Definition at line 37 of file btQuickprof.cpp.

§ NOMCX

#define NOMCX

Definition at line 36 of file btQuickprof.cpp.

§ NOWINRES

#define NOWINRES

Definition at line 35 of file btQuickprof.cpp.

§ WIN32_LEAN_AND_MEAN

#define WIN32_LEAN_AND_MEAN

Definition at line 34 of file btQuickprof.cpp.