#ifndef GRAPHIC_RENDER_H #define GRAPHIC_RENDER_H /* Renders CSS + 16x16 table fragment for the given graphicID/size. Connects to MySQL internally and prints ONLY the fragment (no headers). */ void g(int graphicID, int size); #endif