Fixed bug - glk_set_window(NULL) doesn't crash anymore
[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