From 3ce10a1e896258a73e30ad7a17b99a82c286f8c3 Mon Sep 17 00:00:00 2001 From: mrwastl Date: Fri, 3 Jun 2011 18:27:37 +0200 Subject: move EncodedCharAdjustCounter() to common.[ch] and rename it to encodedCharAdjustCounter() --- glcdgraphics/common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'glcdgraphics/common.h') diff --git a/glcdgraphics/common.h b/glcdgraphics/common.h index 2865602..0043390 100644 --- a/glcdgraphics/common.h +++ b/glcdgraphics/common.h @@ -13,6 +13,7 @@ #define _GLCDGRAPHICS_COMMON_H_ #include +#include namespace GLCD { @@ -20,6 +21,7 @@ namespace GLCD void clip(int & value, int min, int max); void sort(int & value1, int & value2); std::string trim(const std::string & s); +void encodedCharAdjustCounter(const bool isutf8, const std::string & str, uint32_t & c, unsigned int & i); } // end of namespace -- cgit v1.2.3