better gcc and types.h

This commit is contained in:
2025-06-03 22:40:07 +02:00
parent 19ade556b6
commit 5ca191d14f
5 changed files with 23 additions and 19 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
#include "types.h"
#ifndef BMP_H
#define BMP_H
typedef void line_fn(unsigned long y, char *data_buffer);
void bmp_generate(unsigned long width, unsigned long height,
unsigned int color_depth, char *file_path,
line_fn generate_line);