Integrated the glk_data->default_font_desc and glk_data->monospace_font_desc fields...
[projects/chimara/chimara.git] / interpreters / nitfol / inform.h
1 #ifdef DEBUGGING
2 void process_debug_command(const char *buffer);
3 BOOL exp_has_locals(const char *exp);
4 z_typed evaluate_expression(const char *exp, unsigned frame);
5 #endif