Fix audio module: add NOMINMAX, include WASAPIBackend.h, add AudioClip and TransformComponent includes

This commit is contained in:
2026-03-20 20:48:09 +08:00
parent 47808f5f90
commit 85c106d5dd
4 changed files with 12 additions and 6 deletions

View File

@@ -1,5 +1,10 @@
#ifdef _WIN32
#define NOMINMAX
#endif
#include <XCEngine/Audio/WASAPI/WASAPIBackend.h>
#include <iostream>
#include <algorithm>
namespace XCEngine {
namespace Audio {