platotermClassicMac/help.h

12 lines
151 B
C
Raw Normal View History

2019-01-25 22:09:42 +00:00
#ifndef HELP_H
#define HELP_H
#include "protocol.h"
/**
* help_init(void) - Initialize and draw help
*/
void help_init(void);
#endif /* HELP_H */