1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-23 15:16:17 +00:00

Move server files into their subfolders

This commit is contained in:
Aaron Franke
2024-03-11 20:27:45 -07:00
parent d705613db3
commit 3d1c9fd5de
393 changed files with 600 additions and 579 deletions

View File

@@ -31,7 +31,7 @@
#include "video_stream_player.h"
#include "core/os/os.h"
#include "servers/audio_server.h"
#include "servers/audio/audio_server.h"
int VideoStreamPlayer::sp_get_channel_count() const {
if (playback.is_null()) {