diff options
author | Rutger Broekhoff | 2024-05-02 20:27:40 +0200 |
---|---|---|
committer | Rutger Broekhoff | 2024-05-02 20:27:40 +0200 |
commit | 17a3ea880402338420699e03bcb24181e4ff3924 (patch) | |
tree | da666ef91e0b60d20aa0b01529644c136fd1f4ab /src/querykv1/journeyroute.hpp | |
download | oeuf-17a3ea880402338420699e03bcb24181e4ff3924.tar.gz oeuf-17a3ea880402338420699e03bcb24181e4ff3924.zip |
Initial commit
Based on dc4ba6a
Diffstat (limited to 'src/querykv1/journeyroute.hpp')
-rw-r--r-- | src/querykv1/journeyroute.hpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/querykv1/journeyroute.hpp b/src/querykv1/journeyroute.hpp new file mode 100644 index 0000000..ccd996c --- /dev/null +++ b/src/querykv1/journeyroute.hpp | |||
@@ -0,0 +1,13 @@ | |||
1 | // vim:set sw=2 ts=2 sts et: | ||
2 | |||
3 | #ifndef OEUF_QUERYKV1_JOURNEYROUTE_HPP | ||
4 | #define OEUF_QUERYKV1_JOURNEYROUTE_HPP | ||
5 | |||
6 | #include <tmi8/kv1_types.hpp> | ||
7 | #include <tmi8/kv1_index.hpp> | ||
8 | |||
9 | #include "cliopts.hpp" | ||
10 | |||
11 | void journeyRoute(const Options &options, Kv1Records &records, Kv1Index &index); | ||
12 | |||
13 | #endif // OEUF_QUERYKV1_JOURNEYROUTE_HPP | ||