mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-06 05:24:46 +01:00
de98a70b9f
Staring to hack stuff: I need an alert mechanism already to confirm a move.
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
|