mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 15:21:32 +00:00
main.c contains the global struct dev.
This commit is contained in:
parent
5e807dffe6
commit
45f96a49c7
@ -1,6 +1,10 @@
|
||||
#ifndef MAIN_H
|
||||
#define MAIN_H
|
||||
|
||||
#include "dev.h"
|
||||
|
||||
extern int main ( void );
|
||||
|
||||
extern struct dev dev;
|
||||
|
||||
#endif /* MAIN_H */
|
||||
|
Loading…
Reference in New Issue
Block a user