-
Notifications
You must be signed in to change notification settings - Fork 0
/
header_bonus.h
23 lines (18 loc) · 1.01 KB
/
header_bonus.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* header_bonus.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: hgrissen <[email protected]> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2021/02/12 11:41:29 by hgrissen #+# #+# */
/* Updated: 2021/02/12 11:42:33 by hgrissen ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef HEADER_BONUS_H
# define HEADER_BONUS_H
# include "cub3d.h"
int shdo_x(int color);
int mini_map();
void crouch(void);
#endif