lua: audio.play_stream and .play_stream_2d

This commit is contained in:
MihailRis
2024-03-05 19:43:48 +03:00
parent c8ef40d713
commit 4a481ca862
3 changed files with 98 additions and 1 deletions
+4
View File
@@ -276,6 +276,10 @@ EnginePaths* Engine::getPaths() {
return paths;
}
ResPaths* Engine::getResPaths() {
return resPaths.get();
}
std::shared_ptr<Screen> Engine::getScreen() {
return screen;
}