start project with header, struct, mlx functionnal, and basic key event action
This commit is contained in:
14
headers/cube3d.h
Normal file
14
headers/cube3d.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef CUBE3D_H
|
||||
# define CUBE3D_H
|
||||
|
||||
#include "../libs/libft/includes/libft.h"
|
||||
#include <mlx.h>
|
||||
#include <unistd.h> // for sleep()
|
||||
#include <stdlib.h> // for atoi()
|
||||
#include <stdio.h> // for printf()
|
||||
|
||||
#include "cube3d_macro.h"
|
||||
#include "cube3d_struct.h"
|
||||
#include "cube3d_proto.h"
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user