mirror of
https://github.com/tschak909/platotermClassicMac.git
synced 2024-12-28 03:29:20 +00:00
12 lines
151 B
C
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 */
|