move function to generator.c
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
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,
|
||||
void generate_line(unsigned long y, char *data_buffer));
|
||||
unsigned int color_depth, char *file_path, line_fn);
|
||||
Reference in New Issue
Block a user