17 lines
253 B
C
17 lines
253 B
C
/*
|
|
* firm.h
|
|
* by Reisyukaku
|
|
* Copyright (c) 2015 All Rights Reserved
|
|
*/
|
|
#ifndef FIRM_INC
|
|
#define FIRM_INC
|
|
|
|
#include "types.h"
|
|
|
|
void loadSplash(void);
|
|
void loadFirm(void);
|
|
void loadEmu(void);
|
|
void patchFirm(void);
|
|
void launchFirm(void);
|
|
|
|
#endif |