diff src/cs/services/fcbm/fcbm_func_i.h @ 243:35474f3a1782

FCBM: beginning of display output
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 03 May 2021 04:43:06 +0000
parents baa738eeb842
children a5b00817a60f
line wrap: on
line diff
--- a/src/cs/services/fcbm/fcbm_func_i.h	Mon May 03 03:00:54 2021 +0000
+++ b/src/cs/services/fcbm/fcbm_func_i.h	Mon May 03 04:43:06 2021 +0000
@@ -21,4 +21,7 @@
 
 void fcbm_process_kpd_msg(T_KPD_KEY_EVENT_MSG *msg);
 
+void fcbm_display_init(void);
+void fcbm_display_line(UINT16 row, char *text);
+
 #endif	/* include guard */