1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-12-25 11:46:05 +00:00
Atmosphere/fusee/fusee-secondary/src/loader.h

8 lines
147 B
C
Raw Normal View History

2018-04-07 22:43:54 +01:00
#ifndef FUSEE_LOADER_H
#define FUSEE_LOADER_H
typedef void (*entrypoint_t)(int argc, const char *argv);
entrypoint_t load_payload(void);
#endif