bool addIcons(const char *filename, int width, int height)
add icons from file by splitting the file into width x height blocks
void drawIconAsBorderImage(int idx, float dx1, float dy1, float dx2, float dy2, float borderWidth, float borderHeight)
A class to render images as OpenGL Textures.