summaryrefslogtreecommitdiff
path: root/atari/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'atari/misc.h')
-rwxr-xr-xatari/misc.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/atari/misc.h b/atari/misc.h
index 2642b395f..6cde35ae4 100755
--- a/atari/misc.h
+++ b/atari/misc.h
@@ -17,7 +17,10 @@
*/
#ifndef NS_ATARI_MISC_H
-#define NS_ATARI_MISC_H
+#define NS_ATARI_MISC_H
+
+#include "cflib.h"
+#include "desktop/textinput.h"
#define SBUF8_TO_LBUF8(sbuf,lbuf)\
lbuf[0] = (long)sbuf[0];\
@@ -38,5 +41,6 @@ void gem_set_cursor( MFORM_EX * cursor );
void dbg_grect( char * str, GRECT * r );
void * ldg_open( char * name, short * global );
void * ldg_find( char * name, short * ldg );
-int ldg_close( void * ldg, short * global );
+int ldg_close( void * ldg, short * global );
+long nkc_to_input_key(short nkc, long * ucs4_out);
#endif