Files
2019-12-07 16:16:40 +02:00

7 lines
124 B
C

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