aboutsummaryrefslogtreecommitdiff
path: root/frontend/rl.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/rl.h')
-rw-r--r--frontend/rl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/frontend/rl.h b/frontend/rl.h
new file mode 100644
index 0000000..048460b
--- /dev/null
+++ b/frontend/rl.h
@@ -0,0 +1,6 @@
+#pragma once
+
+#include <string>
+
+std::string rl();
+