
#ifndef HELPLAY
#define HELPLAY

#define SIZE 160*120/8

#ifndef towns_os
#include <unistd.h>
#endif

int  open_helahela_window(int page_count);
int  set_a_helahela_page(int page, const unsigned char *buffer);
int  play_helahela(int wait);
void free_helahela(void);

#endif /* HELPLAY */
