#ifndef DSFONT_H
#define DSFONT_H 1

void dsfont(SDL_Surface *font, const char *s, int xp, int yp, Uint32 col);
void dsfont_char(SDL_Surface *font, char c, int xp, int yp, Uint32 col);

#endif

