|
Sokoban
|
#include "../include/display.h"#include "../include/function.h"#include "../include/read.h"#include <SDL2/SDL.h>#include <SDL2/SDL_image.h>#include <SDL2/SDL_render.h>#include <stdio.h>#include <string.h>
Macros | |
| #define | SIZE_PLAY 20 |
| #define | SIZE_MENU 200 |
Fonctions | |
| int | main () |
Le main permet de stocker et de lancer les fonctions permetant de lancer le jeu.