mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-25 09:21:10 +01:00
7 lines
104 B
C
7 lines
104 B
C
|
#ifndef MY_FIRST_RPL_H
|
||
|
#define MY_FIRST_RPL_H
|
||
|
|
||
|
const char *my_first_export();
|
||
|
|
||
|
#endif // MY_FIRST_RPL_H
|