mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2024-11-09 12:25:13 +01:00
48e5ea7e4c
- Now using the FSWrapper lib - Added the modpack selector - Still only support for games with nativ SD Access
19 lines
224 B
C
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
|