7 lines
101 B
C
7 lines
101 B
C
#include <stdio.h>
|
|
#include "SDL2/SDL.h"
|
|
|
|
int main(int argc, char *argv[]) {
|
|
return EXIT_SUCCESS;
|
|
}
|