mirror of
https://github.com/love2d/megasource.git
synced 2026-08-19 04:05:09 +02:00
update OpenAL-Soft to 1.24.3.
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
#include "alspan.h"
|
||||
|
||||
#include "mysofa.h"
|
||||
|
||||
|
||||
@@ -25,6 +27,6 @@ struct SofaField {
|
||||
|
||||
const char *SofaErrorStr(int err);
|
||||
|
||||
std::vector<SofaField> GetCompatibleLayout(const size_t m, const float *xyzs);
|
||||
auto GetCompatibleLayout(al::span<const float> xyzs) -> std::vector<SofaField>;
|
||||
|
||||
#endif /* UTILS_SOFA_SUPPORT_H */
|
||||
|
||||
Reference in New Issue
Block a user