2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-15 07:41:45 +00:00
xNBA/src/include/main.h

11 lines
120 B
C
Raw Normal View History

#ifndef MAIN_H
#define MAIN_H
2005-04-12 16:39:03 +00:00
#include "dev.h"
extern int main ( void );
2005-04-12 16:39:03 +00:00
extern struct dev dev;
#endif /* MAIN_H */