mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-07 20:46:17 +01:00
11 lines
239 B
C
11 lines
239 B
C
|
|
#ifndef _WASMUTIL_H_
|
|
#define _WASMUTIL_H_
|
|
|
|
#include "dutil.h"
|
|
|
|
XW_UtilCtxt* wasm_util_make( MPFORMAL CurGameInfo* gi, XW_DUtilCtxt* dutil,
|
|
void* closure );
|
|
void wasm_util_destroy( XW_UtilCtxt* util );
|
|
|
|
#endif
|