xcdat/include/xcdat.hpp
Shunsuke Kanda eebe7ac0db update
2021-06-28 02:15:09 +09:00

15 lines
252 B
C++

#pragma once
#include "xcdat/bc_vector_7.hpp"
#include "xcdat/bc_vector_8.hpp"
#include "xcdat/io.hpp"
#include "xcdat/trie.hpp"
namespace xcdat {
using trie_7_type = trie<bc_vector_7>;
using trie_8_type = trie<bc_vector_8>;
} // namespace xcdat