2
0
mirror of https://github.com/xcat2/xNBA.git synced 2026-02-20 04:14:26 +00:00
Files
xNBA/src/include/cmdline.h
2006-08-09 02:30:35 +00:00

9 lines
103 B
C

#ifndef CMDLINE_H
#define CMDLINE_H
/* Command line external functions */
void cmdl_start();
#endif