xwords/xwords4/wasm/wasmutil.h
Eric House de98a70b9f snapshot
Staring to hack stuff: I need an alert mechanism already to confirm a
move.
2021-03-19 14:26:18 -07:00

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