summaryrefslogtreecommitdiff
path: root/atari/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'atari/misc.h')
-rwxr-xr-xatari/misc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/atari/misc.h b/atari/misc.h
index 5ec6ad8b2..7064e744e 100755
--- a/atari/misc.h
+++ b/atari/misc.h
@@ -43,7 +43,9 @@ struct gui_window * find_cmp_window( COMPONENT * c );
OBJECT *get_tree( int idx );
char *get_rsc_string( int idx );
void gem_set_cursor( MFORM_EX * cursor );
-void dbg_grect( char * str, GRECT * r );
+void dbg_grect( char * str, GRECT * r );
+void dbg_lgrect( char * str, LGRECT * r );
+void dbg_pxy( char * str, short * pxy );
void * ldg_open( char * name, short * global );
void * ldg_find( char * name, short * ldg );
int ldg_close( void * ldg, short * global );