diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-19 19:16:33 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-19 19:16:33 +0100 |
commit | 72544554bae9acee9f6e670e2f7c03c229dfc40b (patch) | |
tree | 2369f71446de5db0a0916244be9d97baea74e1e4 /inc | |
parent | Decent tier (diff) | |
download | 42-cub3d-72544554bae9acee9f6e670e2f7c03c229dfc40b.tar.gz 42-cub3d-72544554bae9acee9f6e670e2f7c03c229dfc40b.tar.bz2 42-cub3d-72544554bae9acee9f6e670e2f7c03c229dfc40b.tar.xz 42-cub3d-72544554bae9acee9f6e670e2f7c03c229dfc40b.tar.zst 42-cub3d-72544554bae9acee9f6e670e2f7c03c229dfc40b.zip |
Now making second weapon
Diffstat (limited to 'inc')
-rw-r--r-- | inc/cub3d.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/cub3d.h b/inc/cub3d.h index 8a7cfcb..c91f97f 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -17,7 +17,6 @@ #include <cub3d_structs.h> #include <stddef.h> #include <stdint.h> -#include <time.h> /* ** ====== STRUCTS ====== |