// -*- C++ -*- // VisualBoyAdvance - Nintendo Gameboy/GameboyAdvance (TM) emulator. // Copyright (C) 1999-2003 Forgotten // Copyright (C) 2004 Forgotten and the VBA development team extern void drawText(u8 *, int, int, int, const char *); extern void drawTextTransp(u8 *, int, int, int, const char *); extern void DrawColoredText(u8* screen, int pitch, int x, int y, const char* string, u32 color);