/* glcommon GL code & font stuff Header Copyright (c)2011 Mark Watkins License: GPL */ #ifndef GLCOMMON_H #define GLCOMMON_H #include #include void LinedRoundedRectangle(int x,int y,int w,int h,int radius,int lw,QColor color); void RoundedRectangle(int x,int y,int w,int h,int radius,const QColor color); #endif // GLCOMMON_H