Skip to content
Snippets Groups Projects
display.c 58 B
Newer Older
#include "sdl2.h"


void new_display()
{
    sdl_init();
}