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