remove import, fix paths
This commit is contained in:
parent
fb45fd78eb
commit
a91b50cb90
@ -17,12 +17,12 @@
|
|||||||
|
|
||||||
#define STB_IMAGE_IMPLEMENTATION
|
#define STB_IMAGE_IMPLEMENTATION
|
||||||
|
|
||||||
#include "../../external/stb/stb_image.h"
|
#include "external/stb/stb_image.h"
|
||||||
|
|
||||||
#define M3D_IMPLEMENTATION
|
#define M3D_IMPLEMENTATION
|
||||||
|
|
||||||
#include "../../external/m3d/m3d.h"
|
#include "external/m3d/m3d.h"
|
||||||
|
|
||||||
#define CGLM_FORCE_DEPTH_ZERO_TO_ONE
|
#define CGLM_FORCE_DEPTH_ZERO_TO_ONE
|
||||||
|
|
||||||
#include "../../external/cglm/cglm.h"
|
#include "external/cglm/cglm.h"
|
||||||
|
|||||||
1
math.d
1
math.d
@ -5,7 +5,6 @@ import std.math;
|
|||||||
import std.math.algebraic;
|
import std.math.algebraic;
|
||||||
import core.stdc.math : tanf, cosf, sinf, sqrtf;
|
import core.stdc.math : tanf, cosf, sinf, sqrtf;
|
||||||
import std.traits;
|
import std.traits;
|
||||||
import inteli;
|
|
||||||
import std.meta;
|
import std.meta;
|
||||||
import std.format;
|
import std.format;
|
||||||
import std.stdio;
|
import std.stdio;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user