OpenMoHAA 0.82.0
Loading...
Searching...
No Matches
spursPlatformDefinitions.h
1#ifndef TYPE_DEFINITIONS_H
2#define TYPE_DEFINITIONS_H
3
5// Don't need printf in this sample
7//#include <spu_printf.h>
8
9#include <stdint.h>
10#include <stdlib.h>
11#include <string.h> //for memcpy
12
13#endif //TYPE_DEFINITIONS_H