mirror of
https://github.com/decaf-emu/decaf-emu.git
synced 2025-04-02 10:42:13 -04:00
15 lines
No EOL
277 B
C
15 lines
No EOL
277 B
C
#ifndef LOADER_H
|
|
#define LOADER_H
|
|
|
|
#include "../../../libwiiu/src/coreinit.h"
|
|
#include "../../../libwiiu/src/vpad.h"
|
|
#include "../../../libwiiu/src/types.h"
|
|
#include "../../../libwiiu/src/draw.h"
|
|
|
|
|
|
#include "program.h"
|
|
|
|
void _start();
|
|
|
|
void _entryPoint();
|
|
#endif /* LOADER_H */ |