HariboteOS/day13/include/window.h
2021-03-30 23:52:52 +08:00

7 lines
135 B
C

#ifndef _WINDOW_H_
#define _WINDOW_H_
void make_window8(unsigned char *buf, int xsize, int ysize, char *title);
#endif // _WINDOW_H_