6a6a253885
Added doc dir. and manual as .pdf restored deleted files - yep I screwed the pooch.
12 lines
153 B
C
12 lines
153 B
C
#ifndef _HATCH_H
|
|
#define _HATCH_H
|
|
|
|
|
|
int CountHatch(void);
|
|
void EditHatch(void);
|
|
void InitHatch(void);
|
|
int tic_hatch_doc(FILE *, FILE *, int);
|
|
|
|
#endif
|
|
|