mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 16:14:38 +00:00
update openal
This commit is contained in:
parent
62f3b93ff9
commit
6721a6b021
287 changed files with 33851 additions and 27325 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue