diff --git a/drape_frontend/common_structures.hpp b/drape_frontend/common_structures.hpp index d45cec2dfb..a4e93817ae 100644 --- a/drape_frontend/common_structures.hpp +++ b/drape_frontend/common_structures.hpp @@ -106,6 +106,7 @@ struct Quad TVertex v[4]; }; +typedef Quad Quad1; typedef Quad Quad2; typedef Quad Quad3; typedef Quad Quad4;