mirror of
https://github.com/nitraiolo/CfgUSBLoader.git
synced 2025-01-08 09:20:45 +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
|