remove xm.h include

This commit is contained in:
2025-11-11 18:47:51 -05:00
parent 9eb0bfffce
commit 96dd0fbc50

View File

@@ -10,17 +10,6 @@
#include <imgui/imgui.h> #include <imgui/imgui.h>
#ifdef _MSC_VER
#ifndef __attribute__
#define __attribute__(x)
#endif
#ifndef restrict
#define restrict __restrict
#endif
#endif
#include <xm.h>
#include "math_.h" #include "math_.h"
#include "render.h" #include "render.h"
#include "shader.h" #include "shader.h"