welcome
This commit is contained in:
parent
6be843c8bd
commit
2ed3d0ae65
1 changed files with 2 additions and 0 deletions
2
main.c
2
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) {
|
||||
|
|
Reference in a new issue