7 lines
78 B
C
7 lines
78 B
C
|
#ifndef TOX_MAIN_H
|
||
|
#define TOX_MAIN_H
|
||
|
|
||
|
void tox_main();
|
||
|
|
||
|
#endif // TOX_MAIN_H
|