remove import, fix paths

This commit is contained in:
Matthew 2025-08-16 10:48:37 +10:00
parent fb45fd78eb
commit a91b50cb90
2 changed files with 3 additions and 4 deletions

View File

@ -17,12 +17,12 @@
#define STB_IMAGE_IMPLEMENTATION
#include "../../external/stb/stb_image.h"
#include "external/stb/stb_image.h"
#define M3D_IMPLEMENTATION
#include "../../external/m3d/m3d.h"
#include "external/m3d/m3d.h"
#define CGLM_FORCE_DEPTH_ZERO_TO_ONE
#include "../../external/cglm/cglm.h"
#include "external/cglm/cglm.h"

1
math.d
View File

@ -5,7 +5,6 @@ import std.math;
import std.math.algebraic;
import core.stdc.math : tanf, cosf, sinf, sqrtf;
import std.traits;
import inteli;
import std.meta;
import std.format;
import std.stdio;