Changeset 39 for abuse/trunk/src/include/netcfg.hpp
- Timestamp:
- Mar 2, 2008, 12:29:06 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/include/netcfg.hpp
r2 r39 24 24 net_configuration(); 25 25 int input(); // pulls up dialog box and input fileds 26 void cfg_error(char *msg);26 void cfg_error(char const *msg); 27 27 int confirm_inputs(jwindow *j, int server); 28 void error(char *message);28 void error(char const *message); 29 29 int confirm_inputs(input_manager *i, int server); 30 30 ifield *center_ifield(ifield *i,int x1, int x2, ifield *place_below);
Note: See TracChangeset
for help on using the changeset viewer.