this might work for libxm

This commit is contained in:
2025-11-11 18:45:03 -05:00
parent bff73c8936
commit a01b5ec4eb
3 changed files with 22 additions and 2 deletions

View File

@@ -9,6 +9,16 @@
#include <vector>
#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"