platotermClassicMac/help.h
2019-01-25 16:09:42 -06:00

12 lines
151 B
C

#ifndef HELP_H
#define HELP_H
#include "protocol.h"
/**
* help_init(void) - Initialize and draw help
*/
void help_init(void);
#endif /* HELP_H */