diff options
Diffstat (limited to 'pez.h')
| -rw-r--r-- | pez.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -72,6 +72,8 @@ bool pez_pushstring(PezContext *, const char *str, int len); bool pez_pushglobal(PezContext *, const char *name); bool pez_pushuserobj(PezContext *, const PezUserType *, void *data); +bool pez_setglobal(PezContext *, const char *name); + bool pez_isvoid(PezContext *, int idx); bool pez_isnumber(PezContext *, int idx); bool pez_isbool(PezContext *, int idx); |