uni

University stuff
git clone git://git.margiolis.net/uni.git
Log | Files | Refs | README | LICENSE

wins.h (200B)


      1 #ifndef WINS_H
      2 #define WINS_H
      3 
      4 #include "main.h"
      5 
      6 void init_curses (void);
      7 WINDOW *game_win (int rows, int cols);
      8 void options_menu(void);
      9 void fill_menu	 (struct _win_st* opts);
     10 
     11 #endif /* WINS_H */