10 lines
64 B
C
10 lines
64 B
C
#ifndef _HATCH_H
|
|
#define _HATCH_H
|
|
|
|
|
|
void Hatch(void);
|
|
|
|
|
|
#endif
|
|
|