summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorÁkos Kőrösi <korakos99@gmail.com>2026-05-22 11:06:44 +0200
committerÁkos Kőrösi <korakos99@gmail.com>2026-05-22 11:06:44 +0200
commit77dfc38c19b9602c08777686f626975c54cb9183 (patch)
treedaaa12516b13724a2e2ce2768249781a6e9328db /src/config.h
parent52f8b31f8a06a39b223780d2df304b06d0d43daa (diff)
split out front-to-back running logic
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
new file mode 100644
index 0000000..31e8fa1
--- /dev/null
+++ b/src/config.h
@@ -0,0 +1,3 @@
+#pragma once
+
+static const char* rcfile = "scratch/.yrc";