1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2025-01-21 09:50:16 +00:00
UltimateTrainingModpack/source/saltysd_core.h

15 lines
269 B
C
Raw Normal View History

#ifndef SALTYSD_CORE_H
#define SALTYSD_CORE_H
#include <switch.h>
#include "useful.h"
2019-05-17 16:24:04 +00:00
extern "C" {
u64 SaltySDCore_getCodeStart() LINKABLE;
u64 SaltySDCore_getCodeSize() LINKABLE;
u64 SaltySDCore_findCode(u8* code, size_t size) LINKABLE;
}
#endif // SALTYSD_CORE_H