rlm@1: #ifndef VBA_TEXT_H rlm@1: #define VBA_TEXT_H rlm@1: rlm@1: #if _MSC_VER > 1000 rlm@1: #pragma once rlm@1: #endif // _MSC_VER > 1000 rlm@1: rlm@1: extern void drawText(u8 *, int, int, int, const char *, const char*cl = NULL); rlm@1: extern void drawTextTransp(u8 *, int, int, int, const char *, const char*cl = NULL); rlm@1: rlm@1: extern bool outlinedText, transparentText; rlm@1: extern int textColor, textMethod; rlm@1: rlm@1: #endif // VBA_TEXT_H