mirror of
https://github.com/love2d/megasource.git
synced 2026-08-19 20:20:11 +02:00
update OpenAL-Soft to 1.24.3.
This commit is contained in:
@@ -19,6 +19,8 @@ inline bool AllowRTTimeLimit{true};
|
||||
|
||||
void SetRTPriority();
|
||||
|
||||
std::vector<std::string> SearchDataFiles(const std::string_view ext, const std::string_view subdir);
|
||||
auto SearchDataFiles(const std::string_view ext) -> std::vector<std::string>;
|
||||
auto SearchDataFiles(const std::string_view ext, const std::string_view subdir)
|
||||
-> std::vector<std::string>;
|
||||
|
||||
#endif /* CORE_HELPERS_H */
|
||||
|
||||
Reference in New Issue
Block a user