again with xm...

This commit is contained in:
2025-11-11 19:19:36 -05:00
parent 3f666ab18a
commit ec45bb4e62
4 changed files with 17 additions and 16 deletions

View File

@@ -7,16 +7,7 @@
#include <utility>
#include <vector>
#ifdef _MSC_VER
#ifndef __attribute__
#define __attribute__(x)
#endif
#ifndef restrict
#define restrict __restrict
#endif
#endif
#include <xm.h>
#include "xm_wrapper.h"
namespace anm2ed::resource
{