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