mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +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
|
||||
|
||||
|
||||
/* 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
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue