Files
2022-06-23 11:26:13 -07:00

6 lines
75 B
C

#ifndef _NEAT_H_
#define _NEAT_H_
void neat_init();
#endif /* _NEAT_H_ */