X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fprimitivetype.h;h=0c566f895b6d5cbd02a3b74060729637520322f0;hb=f73e671dcb36c097647cddbf5b1eaaad2ffc9299;hp=cbcb187c942739a6958db9f179e42b90573395bc;hpb=24b24e2203c776aacd9744bb947f5cf47b03d328;p=libs%2Fgl.git diff --git a/source/core/primitivetype.h b/source/core/primitivetype.h index cbcb187c..0c566f89 100644 --- a/source/core/primitivetype.h +++ b/source/core/primitivetype.h @@ -11,17 +11,16 @@ enum PrimitiveType POINTS, LINES, LINE_STRIP, - LINE_LOOP, TRIANGLES, TRIANGLE_STRIP, TRIANGLE_FAN }; -unsigned get_gl_primitive_type(PrimitiveType); - void operator>>(const LexicalConverter &, PrimitiveType &); } // namespace GL } // namespace Msp +#include "primitivetype_backend.h" + #endif