diff options
| author | jantuomi <jans.tuomi@gmail.com> | 2016-09-01 15:02:21 +0300 |
|---|---|---|
| committer | jantuomi <jans.tuomi@gmail.com> | 2016-09-01 15:02:21 +0300 |
| commit | 8b02cc65072b8c6b189b104926ff5a3767e3722b (patch) | |
| tree | 593c64bc0db40bcef053d8355db77257656158ff /src/runtime.h | |
| parent | 2f4c8ad33b64a8ca3145f4e6b6bd85cf89cf1006 (diff) | |
Add splicemaster
Diffstat (limited to 'src/runtime.h')
| -rw-r--r-- | src/runtime.h | 1 |
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(); |
