blob: ba7c393add3c418a106debfea374b336878391d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef _WII_GECKO_CONSOLE_H_
#define _WII_GECKO_CONSOLE_H_
#ifdef __cplusplus
extern "C" {
#endif
void gecko_console_init(int chain);
#ifdef __cplusplus
}
#endif
#endif
|