-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathft_vox.hpp
24 lines (20 loc) · 1.08 KB
/
ft_vox.hpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_vox.hpp :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: tpierron <[email protected]> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2017/10/23 09:22:14 by tpierron #+# #+# */
/* Updated: 2017/11/22 10:42:14 by tpierron ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef FT_VOX_HPP
# define FT_VOX_HPP
# include <iostream>
# include "src/Sdl_gl_win.hpp"
# include "src/Skybox.hpp"
# include "src/ChunkManager.hpp"
# include "src/Camera.hpp"
# include "src/GLString.hpp"
#endif