2021-03-24 02:23:41 +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_