diff options
Diffstat (limited to 'tipper/subst.h')
-rw-r--r-- | tipper/subst.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tipper/subst.h b/tipper/subst.h new file mode 100644 index 0000000..7fbf5f1 --- /dev/null +++ b/tipper/subst.h @@ -0,0 +1,14 @@ +#ifndef _SUBST_INC
+#define _SUBST_INC
+
+#include "options.h"
+#include "translations.h"
+
+//TCHAR *GetLastMessageText(HANDLE hContact); +//TCHAR *GetStatusMessageText(HANDLE hContact); +bool GetLabelText(HANDLE hContact, const DisplayItem &di, TCHAR *buff, int bufflen);
+bool GetValueText(HANDLE hContact, const DisplayItem &di, TCHAR *buff, int bufflen);
+
+void StripBBCodesInPlace(wchar_t *text);
+
+#endif
|