lenochka/kernel/bmp.h
2019-03-29 00:27:42 +02:00

8 lines
108 B
C

#ifndef __BMP_H
#define __BMP_H
#include "os.h"
void bmp_draw(u64 px,u64 py,u64 w,u64 h,u8* bmp);
#endif