This repository has been archived on 2022-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
Luma3DS-3GX/source/loader.h

12 lines
110 B
C

/*
* loader.h
*/
#ifndef LOADER_INC
#define LOADER_INC
#include "types.h"
void loadPayload(void);
#endif