alaCarte Maps
Renderer for OpenStreetMap tiles
precached_strings.hpp
Go to the documentation of this file.
1 
21 #pragma once
22 #ifndef PRECACHED_STRINGS_HPP
23 #define PRECACHED_STRINGS_HPP
24 
25 #include "utils/cached_string.hpp"
26 
27 
28 
29 
30 
31 // List with precached strings
32 
39 
40 
41 
42 
43 #endif
CachedString precached_layer
CachedString precached_false
CachedString precached_yes
CachedString precached_true
CachedString precached_area
CachedString precached_no
This file is part of alaCarte.
Represents a string which is cached into an internal cache.