mirror of
https://github.com/LumaTeam/Luma3DS.git
synced 2026-02-22 18:04:38 +00:00
12 lines
110 B
C
12 lines
110 B
C
|
|
/*
|
||
|
|
* loader.h
|
||
|
|
*/
|
||
|
|
|
||
|
|
#ifndef LOADER_INC
|
||
|
|
#define LOADER_INC
|
||
|
|
|
||
|
|
#include "types.h"
|
||
|
|
|
||
|
|
void loadPayload(void);
|
||
|
|
|
||
|
|
#endif
|