xcdat/include/xcdat.hpp

10 lines
110 B
C++
Raw Normal View History

2021-06-25 17:18:57 +00:00
#pragma once
2021-06-26 14:48:29 +00:00
#include "xcdat/io.hpp"
#include "xcdat/trie.hpp"
2021-06-26 22:40:15 +00:00
namespace xcdat {
using trie_type = trie;
}