mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-27 15:04:31 +00:00
6 lines
69 B
C
6 lines
69 B
C
/* TODO: Show a message or something */
|
|
int _start()
|
|
{
|
|
return -1;
|
|
}
|