mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 23:31:39 +00:00
9 lines
103 B
C
9 lines
103 B
C
|
#ifndef CMDLINE_H
|
||
|
#define CMDLINE_H
|
||
|
|
||
|
/* Command line external functions */
|
||
|
|
||
|
void cmdl_start();
|
||
|
|
||
|
#endif
|