summaryrefslogtreecommitdiffstats
path: root/loader/windows.h
blob: 0ed3a4ccfc26834ac53da5e99e9167cbcb120a34 (plain)
1
2
3
4
5
6
7
#ifndef _WINDOWS_H_
#define _WINDOWS_H_

void errorWindow(char * str);
void winStatus(int width, int height, char * title, char * text, ...);

#endif /* _WINDOWS_H_ */