#include <SDL.h>
#include <SDL_ttf.h>
int main(int argc, char *argv[])
{
SDL_Window *window = NULL;
SDL_Renderer *renderer = NULL;
SDL_Texture *texture = NULL;
SDL_Surface *surface = NULL;
TTF_Font *font = NULL;
SDL_Colo
#include <SDL.h>
#include <SDL_ttf.h>
int main(int argc, char *argv[])
{
SDL_Window *window = NULL;
SDL_Renderer *renderer = NULL;
SDL_Texture *texture = NULL;
SDL_Surface *surface = NULL;
TTF_Font *font = NULL;
SDL_Colo