diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2019-12-02 20:33:28 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2019-12-02 20:33:28 +0000 |
| commit | 1b69cd09de1e70d36cbca5f0c4a3f289ec684343 (patch) | |
| tree | 42a91646b60d7879c1d541e921adddff4052a732 /src/livecode/api/input.cpp | |
| parent | add draft janet interface for livecoding (diff) | |
| download | inkscape-1b69cd09de1e70d36cbca5f0c4a3f289ec684343.tar.gz inkscape-1b69cd09de1e70d36cbca5f0c4a3f289ec684343.zip | |
more janet bindings
Diffstat (limited to '')
| -rw-r--r-- | src/livecode/api/input.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/livecode/api/input.cpp b/src/livecode/api/input.cpp index 0fc820bbd..1677e68eb 100644 --- a/src/livecode/api/input.cpp +++ b/src/livecode/api/input.cpp @@ -106,6 +106,7 @@ const JanetReg it_cfuns[] = { void janet_lib_input(JanetTable *env) { + janet_printf("yoloading"); janet_cfuns(env, NULL, it_cfuns); } |
