mirror of
https://github.com/sarah-walker-pcem/pcem.git
synced 2025-07-23 19:50:35 +02:00
6 lines
75 B
C
6 lines
75 B
C
#ifndef _NEAT_H_
|
|
#define _NEAT_H_
|
|
void neat_init();
|
|
|
|
#endif /* _NEAT_H_ */
|