#ifndef msg_h
#define msg_h

#include "wimp.h"

int msg_open(const char* name);
void msg_close(void);
int msg_lookup(const char* token, int num, char* dest, int dstsize);
void msg_load_menu(const char* token, menu_block_t* blk);

#endif
