summaryrefslogtreecommitdiff
path: root/starts/meaning-vm/level-2/funcs.hpp
diff options
context:
space:
mode:
authorolpc user <olpc@xo-5d-f7-86.localdomain>2020-01-04 12:47:04 -0800
committerolpc user <olpc@xo-5d-f7-86.localdomain>2020-01-04 12:47:04 -0800
commitf8048cb88952b443d66265f3d790db00215f2907 (patch)
treeec37b8e3743e60a31cc91410362676c105149150 /starts/meaning-vm/level-2/funcs.hpp
parenta8dead75d6e8b5c67e559b32b71829361b10e988 (diff)
downloadstandingwithresilience-f8048cb88952b443d66265f3d790db00215f2907.tar.gz
standingwithresilience-f8048cb88952b443d66265f3d790db00215f2907.zip
compiles
Diffstat (limited to 'starts/meaning-vm/level-2/funcs.hpp')
-rw-r--r--starts/meaning-vm/level-2/funcs.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/starts/meaning-vm/level-2/funcs.hpp b/starts/meaning-vm/level-2/funcs.hpp
index cd32fc4..e7e3548 100644
--- a/starts/meaning-vm/level-2/funcs.hpp
+++ b/starts/meaning-vm/level-2/funcs.hpp
@@ -10,6 +10,7 @@ namespace level2 {
ref & context();
ref makehabit(ref name, std::initializer_list<ref> infonames, std::function<void(ref)> code);
+ref makehabitinformationorder(ref habit);
void habitassume(ref habit, ref information, ref value);
ref dohabit(ref habit, std::initializer_list<ref> args = {});
ref dohabit(ref habit, std::initializer_list<std::initializer_list<ref>> args);