orton_runner/include/game/message.h

15 lines
209 B
C
Raw Normal View History

2019-01-20 11:55:38 +01:00
/*
** 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