#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... | |
Defines | |
#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 |
#define memalign | ( | alignment, | ||
size | ||||
) | malloc(size); |
Definition at line 49 of file PlatformDefinitions.h.
#define spu_printf printf |
Definition at line 56 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 46 of file PlatformDefinitions.h.
typedef unsigned int uint32_t |
Definition at line 44 of file PlatformDefinitions.h.
typedef unsigned long int uint64_t |
Definition at line 41 of file PlatformDefinitions.h.
typedef unsigned char uint8_t |
Definition at line 37 of file PlatformDefinitions.h.