mirror of
https://github.com/wiiu-env/MochaLite.git
synced 2024-11-01 02:25:10 +01:00
7 lines
79 B
C
7 lines
79 B
C
|
#ifndef _MLCIO_H_
|
||
|
#define _MLCIO_H_
|
||
|
|
||
|
void mlc_init(void);
|
||
|
|
||
|
#endif // _MLCIO_H_
|