mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-07 05:24:46 +01:00
10 lines
126 B
C
10 lines
126 B
C
|
|
||
|
#include "dictnry.h"
|
||
|
|
||
|
#ifndef _WASMDICT_H_
|
||
|
#define _WASMDICT_H_
|
||
|
|
||
|
DictionaryCtxt* wasm_load_dict( MPFORMAL_NOCOMMA );
|
||
|
|
||
|
#endif
|