11 lines
128 B
C
11 lines
128 B
C
|
|
// retoor <retoor@molodetz.nl>
|
||
|
|
|
||
|
|
#ifndef wren_json_h
|
||
|
|
#define wren_json_h
|
||
|
|
|
||
|
|
#include "wren.h"
|
||
|
|
|
||
|
|
void jsonParse(WrenVM* vm);
|
||
|
|
|
||
|
|
#endif
|