Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drape_frontend/common_structures.hpp1
1 files changed, 1 insertions, 0 deletions
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<float> Quad1;
typedef Quad<vec2> Quad2;
typedef Quad<vec3> Quad3;
typedef Quad<vec4> Quad4;