orton_runner/include/game/message.h

15 lines
209 B
C

/*
** EPITECH PROJECT, 2018
** task01
** File description:
** I do task
*/
#ifndef __MESSAGE_H__
# define __MESSAGE_H__
#include "lib/s_sfml.h"
void check_message(sfml_t *sfml, message_t **message);
#endif