xwords/xwords4/wasm/wasmdict.h

10 lines
126 B
C
Raw Normal View History

2021-02-01 20:13:25 -08:00
#include "dictnry.h"
#ifndef _WASMDICT_H_
#define _WASMDICT_H_
DictionaryCtxt* wasm_load_dict( MPFORMAL_NOCOMMA );
#endif