20 #ifndef GLSTATS_TYPES_H
21 #define GLSTATS_TYPES_H
23 #include <lunchbox/types.h>
36 using lunchbox::uint128_t;
37 using lunchbox::Strings;
38 using lunchbox::StringsCIter;
40 typedef std::deque< Item > Items;
41 typedef std::map< uint32_t, Type > TypeMap;
42 typedef TypeMap::const_iterator TypeMapCIter;
43 typedef std::vector< Type > Types;
44 typedef Types::const_iterator TypesCIter;
47 #endif //GLSTATS_TYPES_H