Changeset 120 for abuse/trunk/src/dev.hpp
- Timestamp:
- Mar 17, 2008, 3:25:09 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/dev.hpp
r106 r120 36 36 37 37 public : 38 jwindow *me;38 Jwindow *me; 39 39 void close_window(); 40 40 void open_window(); … … 77 77 time_marker last_area_click; 78 78 public : 79 jwindow *backw,*forew,*commandw,*modew,*omenu,*oedit,*ledit,79 Jwindow *backw,*forew,*commandw,*modew,*omenu,*oedit,*ledit, 80 80 *music_window,*pmenu,*show_menu,*lightw,*aiw,*ambw,*tbw,*area_win, 81 81 *search_window,*memprof; … … 103 103 void handle_event(event &ev); 104 104 void do_command(char const *st, event &ev); 105 int is_pal_win( jwindow *win);105 int is_pal_win(Jwindow *win); 106 106 void dev_draw(view *v); 107 107 void load_stuff();
Note: See TracChangeset
for help on using the changeset viewer.