diff options
| 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 |
| commit | 77dfc38c19b9602c08777686f626975c54cb9183 (patch) | |
| tree | daaa12516b13724a2e2ce2768249781a6e9328db /src/config.h | |
| parent | 52f8b31f8a06a39b223780d2df304b06d0d43daa (diff) | |
split out front-to-back running logic
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 3 |
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"; |
