Various changes:
[imager.git] / rendert.h
CommitLineData
9c106321
TC
1#ifndef IMAGER_RENDERT_H
2#define IMAGER_RENDERT_H
3
4typedef struct {
5 int magic;
6 i_img *im;
7 i_color *line_8;
8 i_fcolor *line_double;
9 int width;
10} i_render;
11
12#endif