export model_packTilesUtil

This commit is contained in:
ehouse 2003-11-16 17:10:14 +00:00
parent c13e799b11
commit 3e3cc8f5e3

View file

@ -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