7 lines
135 B
C
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_
|