aboutsummaryrefslogtreecommitdiffstats
path: root/src/runtime.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime.h')
-rw-r--r--src/runtime.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime.h b/src/runtime.h
index 2a32220..a3aa139 100644
--- a/src/runtime.h
+++ b/src/runtime.h
@@ -11,6 +11,7 @@ class Runtime {
void doSum();
void doPrint() const;
void doPrintAscii() const;
+ void doSplice();
public:
Runtime();