Usermode/AxWin3 - Added input support to RichText renderer
[tpg/acess2.git] / Usermode / Libraries / libaxwin3.so_src / include_exp / axwin3 / richtext.h
index 661c02b..89b4fc5 100644 (file)
@@ -9,6 +9,7 @@
 #define _AXWIN3_RICHTEXT_H_
 
 #include <stdint.h>
+#include "axwin.h"
 
 typedef        int     (*tAxWin3_RichText_KeyHandler)(tHWND Window, int bPress, uint32_t Sym, uint32_t Unicode);
 typedef int    (*tAxWin3_RichText_MouseHandler)(tHWND Window, int bPress, int Button, int Row, int Col);

UCC git Repository :: git.ucc.asn.au