mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
export model_packTilesUtil
This commit is contained in:
parent
c13e799b11
commit
3e3cc8f5e3
1 changed files with 7 additions and 0 deletions
|
@ -230,6 +230,13 @@ void model_store( ModelCtxt* model, XP_Stream* outStream );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
/* a utility function needed by server too. Not a clean design, this. */
|
||||||
|
void model_packTilesUtil( ModelCtxt* model, PoolContext* pool,
|
||||||
|
XP_Bool includeBlank,
|
||||||
|
XP_U16* nUsed, XP_UCHAR4* texts,
|
||||||
|
Tile* tiles );
|
||||||
|
|
||||||
|
|
||||||
#ifdef CPLUS
|
#ifdef CPLUS
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue