proper headers
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
#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);
|
||||
unsigned int color_depth, char *file_path,
|
||||
line_fn generate_line);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user