10 lines
110 B
C++
10 lines
110 B
C++
#pragma once
|
|
|
|
#include "xcdat/io.hpp"
|
|
#include "xcdat/trie.hpp"
|
|
|
|
namespace xcdat {
|
|
|
|
using trie_type = trie;
|
|
|
|
} |