Bullet Collision Detection & Physics Library
Classes | Macros | Typedefs
PlatformDefinitions.h File Reference
#include "LinearMath/btScalar.h"
#include "LinearMath/btMinMax.h"
#include "vectormath/vmInclude.h"
#include <malloc.h>
#include <string.h>
#include <stdio.h>
#include "PpuAddressSpace.h"
Include dependency graph for PlatformDefinitions.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

union  addr64
 This file provides some platform/compiler checks for common definitions. More...
 

Macros

#define USE_WIN32_THREADING   1
 
#define memalign(alignment, size)   malloc(size);
 
#define spu_printf   printf
 

Typedefs

typedef unsigned char uint8_t
 
typedef unsigned long int uint64_t
 
typedef unsigned int uint32_t
 
typedef unsigned short uint16_t
 

Macro Definition Documentation

#define memalign (   alignment,
  size 
)    malloc(size);

Definition at line 53 of file PlatformDefinitions.h.

#define spu_printf   printf

Definition at line 60 of file PlatformDefinitions.h.

#define USE_WIN32_THREADING   1

Definition at line 31 of file PlatformDefinitions.h.

Typedef Documentation

typedef unsigned short uint16_t

Definition at line 50 of file PlatformDefinitions.h.

typedef unsigned int uint32_t

Definition at line 48 of file PlatformDefinitions.h.

typedef unsigned long int uint64_t

Definition at line 44 of file PlatformDefinitions.h.

typedef unsigned char uint8_t

Definition at line 37 of file PlatformDefinitions.h.