add voice chat

This commit is contained in:
2025-05-08 20:19:51 -05:00
parent b8fba92ea7
commit 2182abc714
6 changed files with 401 additions and 0 deletions

View File

@@ -1,12 +1,20 @@
#ifndef AUDIO_H
#define AUDIO_H
#include <SDL3/SDL.h>
#include <SDL3/SDL_audio.h>
namespace Archimedes {
class Audio {
public:
Audio() {}
~Audio() {}
};
}