You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
projet-tut/Pontu/include/view/MenuConnection.h

11 lines
200 B

#ifndef MENU_CONNECTION_INCLUDED
#define MENU_CONNECTION_INCLUDED
#include <SDL2/SDL.h>
#include <string.h>
#include "engine/Button.h"
bool drawMenuConnection(const SDL_Renderer* renderer);
#endif