6 lines
80 B
C
6 lines
80 B
C
|
#pragma once
|
||
|
|
||
|
int api_init(void);
|
||
|
void api_rope(void);
|
||
|
char* remind(char* who);
|