mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-31 19:57:06 +01:00
10 lines
195 B
C
10 lines
195 B
C
|
|
#ifndef _WASMUTIL_H_
|
|
#define _WASMUTIL_H_
|
|
|
|
#include "dutil.h"
|
|
|
|
XW_UtilCtxt* wasm_util_make( MPFORMAL CurGameInfo* gi, XW_DUtilCtxt* dutil );
|
|
void wasm_util_destroy( XW_UtilCtxt* util );
|
|
|
|
#endif
|