1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2025-01-21 01:40:14 +00:00
UltimateTrainingModpack/source/saltysd/saltysd_core.h
2019-06-08 20:11:06 -07:00

14 lines
282 B
C

#ifndef SALTYSD_CORE_H
#define SALTYSD_CORE_H
#include <switch.h>
#include "../useful/useful.h"
extern "C" {
u64 SaltySDCore_getCodeStart() LINKABLE;
u64 SaltySDCore_getCodeSize() LINKABLE;
u64 SaltySDCore_findCode(u8* code, size_t size) LINKABLE;
}
#endif // SALTYSD_CORE_H