#include <stdio.h>
#include <stdlib.h>
#include <SDL/SDL.h>
#include <SDL/SDL_ttf.h>
int main(int argc, char *argv[])
{
SDL_Surface *screen,*ttext;
SDL_Event event;
bool done = false;
SDL_Color colorfuente={255,255,255};
SDL_Rect rect={0,0,0,0};
TTF_Font *fuente;
char msg[64]="