xcdat/include/xcdat.hpp

18 lines
184 B
C++
Raw Normal View History

2017-11-11 11:58:38 +00:00
//
// Created by Shunsuke Kanda on 2017/11/10.
//
#ifndef XCDAT_XCDAT_HPP
#define XCDAT_XCDAT_HPP
2017-11-12 11:49:13 +00:00
#include "xcdat/TrieBuilder.hpp"
2017-11-11 12:01:10 +00:00
namespace xcdat {
}
2017-11-11 11:58:38 +00:00
#endif //XCDAT_XCDAT_HPP