mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-30 14:47:57 +03:00
13 lines
321 B
C
13 lines
321 B
C
#ifndef TYPE_DEFINITIONS_H
|
|
#define TYPE_DEFINITIONS_H
|
|
|
|
//////////////////////////////////////////////////////////////////////////
|
|
// Don't need printf in this sample
|
|
///Playstation 3 Cell SDK
|
|
//#include <spu_printf.h>
|
|
|
|
#include <stdint.h>
|
|
#include <stdlib.h>
|
|
#include <string.h> //for memcpy
|
|
|
|
#endif //TYPE_DEFINITIONS_H
|