Go to the documentation of this file.00001
00016 #ifndef _DRAWLINE_H_
00017 #define _DRAWLINE_H_
00018
00019 #include "basic.h"
00020
00021 void DrawLine(uint32_t *Image, int Width, int Height,
00022 float x1, float y1, float x2, float y2, const float *Color);
00023
00024 #endif