xcdat/include/xcdat.hpp
Shunsuke Kanda 39b4d452c3 update
2021-06-27 07:40:15 +09:00

10 lines
110 B
C++

#pragma once
#include "xcdat/io.hpp"
#include "xcdat/trie.hpp"
namespace xcdat {
using trie_type = trie;
}