mirror of
https://github.com/pspdev/pspsdk.git
synced 2026-01-06 23:13:49 +00:00
add PrxEncrypter to tools
This commit is contained in:
20
tools/PrxEncrypter/types.h
Normal file
20
tools/PrxEncrypter/types.h
Normal file
@@ -0,0 +1,20 @@
|
||||
/*
|
||||
* types.h
|
||||
*
|
||||
* Created on: Jan 4, 2011
|
||||
*/
|
||||
|
||||
#ifndef TYPES_H_
|
||||
#define TYPES_H_
|
||||
|
||||
typedef char s8;
|
||||
typedef short s16;
|
||||
typedef int s32;
|
||||
typedef long long s64;
|
||||
|
||||
typedef unsigned char u8;
|
||||
typedef unsigned short u16;
|
||||
typedef unsigned int u32;
|
||||
typedef unsigned long long u64;
|
||||
|
||||
#endif /* TYPES_H_ */
|
||||
Reference in New Issue
Block a user