mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-15 13:55:15 +01:00
9 lines
91 B
C
9 lines
91 B
C
|
#ifndef _LOADER_H_
|
||
|
#define _LOADER_H_
|
||
|
|
||
|
/* Prototypes */
|
||
|
s32 Loader_Execute(void);
|
||
|
|
||
|
#endif
|
||
|
|