1 2 3 4 5 6
#ifndef __fancy_rtf_h__ #define __fancy_rtf_h__ void bbCodeParse(IFormattedTextDraw *ts); #endif // __fancy_rtf_h__