changed this somehow
Fork of NeoStrip by
Diff: TextMask.h
- Revision:
- 1:cf7e969704ec
diff -r 9f237b11f0a8 -r cf7e969704ec TextMask.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/TextMask.h Fri Apr 25 14:39:19 2014 +0000 @@ -0,0 +1,8 @@ + +#include "NeoStrip.h" + + + +void maskChar(NeoStrip strip, int xPos, int yPos, int xDim, int yDim, char inChar); + +