This commit is contained in:
Mylloon 2023-05-08 15:18:50 +02:00
parent 6be843c8bd
commit 2ed3d0ae65
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

2
main.c
View file

@ -37,6 +37,8 @@ static void init(void) {
if (SDL_GL_SetSwapInterval(-1)) {
fprintf(stderr, "Erreur VSync : %s\n", SDL_GetError());
}
printf("Bienvenue dans la démo API8 !\n");
}
static void closure(void) {