8 lines
108 B
C
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
|