mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2025-01-06 22:38:27 +01:00
9 lines
91 B
C
9 lines
91 B
C
|
#ifndef _LOADER_H_
|
||
|
#define _LOADER_H_
|
||
|
|
||
|
/* Prototypes */
|
||
|
s32 Loader_Execute(void);
|
||
|
|
||
|
#endif
|
||
|
|