Changeset 88 for abuse/trunk/src/menu.cpp
- Timestamp:
- Mar 6, 2008, 3:00:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/menu.cpp
r61 r88 11 11 12 12 #include <math.h> 13 14 #include "dev.hpp" 13 15 14 16 #include "menu.hpp" … … 21 23 #include "gui.hpp" 22 24 #include "property.hpp" 23 #include "dev.hpp"24 25 #include "clisp.hpp" 25 26 #include "gamma.hpp" … … 33 34 extern net_protocol *prot; 34 35 jwindow *volume_window=NULL; 35 extern int confirm_quit();36 36 37 37 //percent is 0..256
Note: See TracChangeset
for help on using the changeset viewer.