mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
11 lines
195 B
C
11 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
|