fix includes

This commit is contained in:
veclav talica 2024-10-07 18:37:44 +03:00
parent 578ceabd0e
commit 5aabab468d
3 changed files with 3 additions and 0 deletions

View File

@ -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>

View File

@ -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 */

View File

@ -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>