mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-24 10:54:16 +00:00
12 lines
275 B
C
12 lines
275 B
C
#ifndef SALTYSD_CORE_H
|
|
#define SALTYSD_CORE_H
|
|
|
|
#include <switch.h>
|
|
|
|
#include "useful.h"
|
|
|
|
extern u64 SaltySDCore_getCodeStart() LINKABLE;
|
|
extern u64 SaltySDCore_getCodeSize() LINKABLE;
|
|
extern u64 SaltySDCore_findCode(u8* code, size_t size) LINKABLE;
|
|
|
|
#endif // SALTYSD_CORE_H
|