Changeset 120 for abuse/trunk/src/netcfg.hpp
- Timestamp:
- Mar 17, 2008, 3:25:09 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/netcfg.hpp
r57 r120 10 10 #ifndef __NETCFG_HPP_ 11 11 #define __NETCFG_HPP_ 12 12 13 #include "jwindow.hpp" 13 14 14 15 15 class net_configuration … … 34 34 int input(); // pulls up dialog box and input fileds 35 35 void cfg_error(char const *msg); 36 int confirm_inputs( jwindow *j, int server);36 int confirm_inputs(Jwindow *j, int server); 37 37 void error(char const *message); 38 int confirm_inputs( input_manager *i, int server);38 int confirm_inputs(InputManager *i, int server); 39 39 ifield *center_ifield(ifield *i,int x1, int x2, ifield *place_below); 40 40 int get_options(int server);
Note: See TracChangeset
for help on using the changeset viewer.