This repository has been archived on 2025-03-22. You can view files and clone it, but cannot push or open issues or pull requests.
organicmaps-tmp/search/search_trie.hpp
2020-10-01 18:32:09 +03:00

9 lines
163 B
C++

#pragma once
#include <cstdint>
namespace search
{
static const uint8_t kCategoriesLang = 128;
static const uint8_t kPostcodesLang = 129;
} // namespace search