|
ASW Lib
A.D.S. Games SDL Wrapper Library. A library targeted at Allegro4 users who want to switch to SDL3 and use modern c++.
|
Classes | |
| struct | TextSizeCacheKey |
| struct | TextSizeCacheKeyHash |
Variables | |
| constexpr std::size_t | TEXT_SIZE_CACHE_LIMIT = 512 |
| std::unordered_map< TextSizeCacheKey, asw::Vec2< int >, TextSizeCacheKeyHash > | text_size_cache |
| std::unordered_map<TextSizeCacheKey, asw::Vec2<int>, TextSizeCacheKeyHash> anonymous_namespace{util.cpp}::text_size_cache |