diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2022-10-10 20:03:50 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2022-11-29 13:16:47 -0800 |
commit | e8a92941b0bf045fa7c330e759712968bd0c334e (patch) | |
tree | 8f59e8880a5f780a8a3cea2dc13b85f9f6d7ec74 /src/hungrycat.c | |
parent | 880eee92ca294c5367c859ab5e14338aa6838637 (diff) |
libplay: bump libplay version for play_run_slice()
Emscripten integration will want this function.
A few mechanical changes required to catch up with upstream
libplay API changes as well.
Diffstat (limited to 'src/hungrycat.c')
-rw-r--r-- | src/hungrycat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hungrycat.c b/src/hungrycat.c index 2e22de9..087651c 100644 --- a/src/hungrycat.c +++ b/src/hungrycat.c @@ -49,7 +49,7 @@ typedef struct hungrycat_t { } hungrycat_t; -static void * hungrycat_init(play_t *play, int argc, char *argv[]) +static void * hungrycat_init(play_t *play, int argc, char *argv[], unsigned flags) { sars_t *sars = play_context(play, SARS_CONTEXT_SARS); hungrycat_t *hungrycat; |