Skip to content
Snippets Groups Projects
Commit 57aa50c7 authored by OSADTSIV Ivan's avatar OSADTSIV Ivan
Browse files

idgf

parent 23098227
No related merge requests found
......@@ -63,6 +63,12 @@ void init_textures(SDL_Renderer *renderer, textures_t *textures)
textures->meteorite = load_image( "ressources/meteorite.bmp", renderer);
}
/// @brief Function for creating 6 walls
/// @param world
void init_walls(world_t * world){
//
}
/// @brief fonction qui initialise le jeu: initialisation de la partie graphique (SDL), chargement des textures, initialisation des données
/// @param window la fenêtre du jeu
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment