diff --git a/inc/lzy.h b/inc/lzy.h index 57d1ee7..96002c4 100644 --- a/inc/lzy.h +++ b/inc/lzy.h @@ -56,6 +56,7 @@ int LZY_DrawRect(int x, int y, unsigned int w, unsigned int h); int LZY_DrawFillRect(int x, int y, unsigned int w, unsigned int h); int LZY_DrawTile(unsigned int id, int x, int y); int LZY_DrawChar(unsigned char chr, int x, int y); +int LZY_DrawText(const char *text, int x, int y); LZY_Music *LZY_MusicLoad(const char *path); int LZY_MusicDestroy(LZY_Music *music); int LZY_MusicPlay(LZY_Music *music, int loops);