mirror of
https://github.com/nitraiolo/CfgUSBLoader.git
synced 2025-01-09 09:49:26 +01:00
11 lines
106 B
C
11 lines
106 B
C
|
#ifndef _ES_H_
|
||
|
#define _ES_H_
|
||
|
|
||
|
#include "types.h"
|
||
|
|
||
|
|
||
|
/* Prototypes */
|
||
|
s32 ES_GetTitleID(u64 *tid);
|
||
|
|
||
|
#endif
|