LI2 Roguelite
window.h
Go to the documentation of this file.
1 #ifndef _WINDOW_H_
2 #define _WINDOW_H_
3 
4 WINDOW *initWindow();
5 
6 #endif
WINDOW * initWindow()