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