#ifndef RENDERER_HEADER #define RENDERER_HEADER #include "tgaimage.h" void render(); int color_to_int(TGAColor col); #endif