WiiUPluginSystem/plugins/sdcafiine/src/main.h
Maschell 48e5ea7e4c [Plugins] Updated the SDCafiine plugin
- Now using the FSWrapper lib
- Added the modpack selector
- Still only support for games with nativ SD Access
2018-02-12 20:50:27 +01:00

19 lines
224 B
C

#ifndef _MAIN_H_
#define _MAIN_H_
#include <dynamic_libs/os_functions.h>
#include <dynamic_libs/os_types.h>
/* Main */
#ifdef __cplusplus
extern "C" {
#endif
void deInitApplication();
#ifdef __cplusplus
}
#endif
#endif