summaryrefslogtreecommitdiff
path: root/sily_expose.c
blob: 32fd3140c7f15a38636c035b53d7b030caf1ed9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* ************************************************************************** */
/*                                                                            */
/*                                                        :::      ::::::::   */
/*   sily_expose.c                                      :+:      :+:    :+:   */
/*                                                    +:+ +:+         +:+     */
/*   By: kdx    <kdx   @student.42angouleme.fr      +#+  +:+       +#+        */
/*                                                +#+#+#+#+#+   +#+           */
/*   Created: 2022/10/13 22:21:19 by kdx               #+#    #+#             */
/*   Updated: 2022/10/13 22:21:25 by kdx              ###   ########.fr       */
/*                                                                            */
/* ************************************************************************** */

#include "libft/libft.h"
#include "sily.h"
#include "game.h"

int	sily_expose_hook(t_sily *sily)
{
	sily->game->redraw = 1;
	return (0);
}