orton_runner/include/game/menu.h

18 lines
280 B
C

/*
** EPITECH PROJECT, 2018
** task01
** File description:
** I do task
*/
#ifndef __MENU_H__
# define __MENU_H__
#include "lib/s_sfml.h"
int check_pause(sfml_t *sfml);
int menu_pause(sfml_t *sfml);
int menu_start(sfml_t *sfml, int *y);
int menu_settings(sfml_t *sfml);
#endif