mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +01:00
18 lines
387 B
C
18 lines
387 B
C
|
|
|
|
#ifndef _ANDDICT_H_
|
|
#define _ANDDICT_H_
|
|
|
|
#include "dictnry.h"
|
|
#include "comtypes.h"
|
|
|
|
void
|
|
dict_splitFaces( DictionaryCtxt* dict, const XP_U8* bytes,
|
|
XP_U16 nBytes, XP_U16 nFaces );
|
|
|
|
DictionaryCtxt* makeDict( MPFORMAL JNIEnv *env, XW_UtilCtxt* util,
|
|
jbyteArray bytes );
|
|
|
|
DictionaryCtxt* and_dictionary_make_empty( MPFORMAL_NOCOMMA );
|
|
|
|
#endif
|