7 lines
124 B
C
7 lines
124 B
C
#ifndef RENDERER_HEADER
|
|
#define RENDERER_HEADER
|
|
#include "tgaimage.h"
|
|
|
|
void render();
|
|
int color_to_int(TGAColor col);
|
|
#endif |