mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-15 07:41:45 +00:00
7 lines
78 B
C
7 lines
78 B
C
|
#ifndef MAIN_H
|
||
|
#define MAIN_H
|
||
|
|
||
|
extern int main ( void );
|
||
|
|
||
|
#endif /* MAIN_H */
|