diff options
| author | jantuomi <jans.tuomi@gmail.com> | 2016-09-01 13:24:09 +0300 |
|---|---|---|
| committer | jantuomi <jans.tuomi@gmail.com> | 2016-09-01 13:24:09 +0300 |
| commit | 41f1e410b7cc48db4ec0b99d9d2b49d2edb2a315 (patch) | |
| tree | f551fd722d134c2c82accc9fa80fe739cf6fa82f /src/runtime.h | |
| parent | 50bafbdd68160d00606a4e83d9759c21223c11f8 (diff) | |
Implement runtime methods
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 3572391..af8351f 100644 --- a/src/runtime.h +++ b/src/runtime.h @@ -10,5 +10,6 @@ class Runtime { public: Runtime(); + void initValues(const std::vector<int>& values); void run(std::vector<Token>& tokens); }; |
