Support hex digits in the raw tile reader.
This commit is contained in:
parent
7a8ffe2060
commit
8ead404ee8
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ namespace dkh { namespace implem {
|
|||
boost::spirit::qi::rule<I, std::vector<T>()> start;
|
||||
std::vector<int> lengths;
|
||||
boost::phoenix::function<get_line_f> getline;
|
||||
boost::spirit::qi::int_parser<T, 10, 1, 1> digit_int;
|
||||
boost::spirit::qi::int_parser<T, 16, 1, 1> digit_int;
|
||||
};
|
||||
|
||||
template <typename I, typename T>
|
||||
|
|
Loading…
Add table
Reference in a new issue