Changeset 899 for trunk/include/script.h
- Timestamp:
- 06/04/10 08:48:34 (3 years ago)
- File:
-
- 1 edited
-
trunk/include/script.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/script.h
r515 r899 13 13 extern char script_params[SCRIPT_NUM_PARAMS][28]; 14 14 extern int script_param_order[SCRIPT_NUM_PARAMS]; 15 extern int auto_redraw; 15 16 16 17 //------------------------------------------------------------------- … … 18 19 extern void script_console_clear(); 19 20 extern void script_console_add_line(const char *str); 20 extern void script_console_draw( );21 extern void script_console_draw(int drawing); 21 22 extern void script_print_screen_init(); 22 23 extern void script_print_screen_end(); … … 24 25 extern int load_params_values(const char *fn, int update_vars, int read_param_set); 25 26 extern void save_params_values(int unconditional); 27 extern void script_console_set_layout(int x1, int y1, int x2, int y2); 28 extern void script_console_set_autoredraw(int value); 29 extern void script_console_redraw(); 26 30 //------------------------------------------------------------------- 27 31 #endif
Note: See TracChangeset
for help on using the changeset viewer.