Bullet Collision Detection & Physics Library
|
#include "LinearMath/btScalar.h"
#include "LinearMath/btMinMax.h"
#include "vectormath/vmInclude.h"
#include <malloc.h>
#include <string.h>
#include <stdio.h>
#include "PpuAddressSpace.h"
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 |
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 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.