fix includes
This commit is contained in:
		| @@ -3,6 +3,7 @@ | |||||||
| #include "scene.h" | #include "scene.h" | ||||||
|  |  | ||||||
| #include "twn_game_api.h" | #include "twn_game_api.h" | ||||||
|  | #include "twn_vec.h" | ||||||
|  |  | ||||||
| #define STB_PERLIN_IMPLEMENTATION | #define STB_PERLIN_IMPLEMENTATION | ||||||
| #include <stb_perlin.h> | #include <stb_perlin.h> | ||||||
|   | |||||||
| @@ -7,6 +7,7 @@ | |||||||
|  |  | ||||||
| #include <stdint.h> | #include <stdint.h> | ||||||
| #include <stdbool.h> | #include <stdbool.h> | ||||||
|  | #include <math.h> | ||||||
|  |  | ||||||
|  |  | ||||||
| /* DON'T FORGET ABOUT DOUBLE EVALUATION */ | /* DON'T FORGET ABOUT DOUBLE EVALUATION */ | ||||||
|   | |||||||
| @@ -1,5 +1,6 @@ | |||||||
| #include "twn_camera.h" | #include "twn_camera.h" | ||||||
| #include "twn_config.h" | #include "twn_config.h" | ||||||
|  | #include "twn_vec.h" | ||||||
| #include "twn_engine_context_c.h" | #include "twn_engine_context_c.h" | ||||||
|  |  | ||||||
| #include <math.h> | #include <math.h> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user