CfgUSBLoader/cios/sdhc/es.h
2015-01-17 10:11:08 +00:00

11 lines
106 B
C

#ifndef _ES_H_
#define _ES_H_
#include "types.h"
/* Prototypes */
s32 ES_GetTitleID(u64 *tid);
#endif