newline at end of file

This commit is contained in:
Ole Morud
2022-06-07 12:04:14 +02:00
parent a061437aa5
commit 36568681b2

View File

@@ -123,3 +123,4 @@ void line(Canvas* c, uint start_x, uint start_y, uint end_x, uint end_y){
void clear(){
printf("function clear() not implemented yet");
}