SayoriOS  0.3.3
line.h
1 #pragma once
2 
3 #include <common.h>
4 
5 void draw_line(int x0, int y0, int x1, int y1, int thickness, int color);
6 void draw_line_extern(uint8_t *buffer, size_t width, size_t height, int x0, int y0, int x1, int y1, int thickness, int color);
Основные определения ядра