1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2025-01-21 18:00:15 +00:00
UltimateTrainingModpack/source/saltysd_core.h
Shivam Dutt 1f9d492626 Updated to latest version of code-mod-framework
Fixed formatting and indentation
2019-05-27 17:08:56 -05:00

14 lines
272 B
C

#ifndef SALTYSD_CORE_H
#define SALTYSD_CORE_H
#include <switch.h>
#include "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