Remove static label from joymnu functions
[kraptor.git] / include / wordwrap.h
blob9055c88ba9c56c3f1ea528f765dbd4a66ff97c25
1 /*--------------------------------------------------------
2 wordwrap.h
3 --------------------------------------------------------
4 Copyright (c) Kronoman
5 En memoria de mi querido padre
6 --------------------------------------------------------
7 Funciones para escribir texto con 'word-wrap'
8 --------------------------------------------------------*/
9 #ifndef KRONO_WORDWRAP_H
10 #define KRONO_WORDWRAP_H
12 #include "allegro.h"
14 /* Prototipos */
15 int imprimir_wordwrap(BITMAP *bmp,
16 const FONT *f,
17 int x, int y, int color, int w,
18 const char *text);
20 #endif