xwords/xwords4/wasm/wasmdict.h
2021-03-19 14:26:18 -07:00

9 lines
126 B
C

#include "dictnry.h"
#ifndef _WASMDICT_H_
#define _WASMDICT_H_
DictionaryCtxt* wasm_load_dict( MPFORMAL_NOCOMMA );
#endif