diff --git a/main.c b/main.c index 20d96ce..c15c07f 100644 --- a/main.c +++ b/main.c @@ -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) {