xwords/xwords4/wasm/wasmdict.h

10 lines
126 B
C
Raw Normal View History

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