mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-30 18:16:31 +03:00
15 lines
204 B
C++
Executable File
15 lines
204 B
C++
Executable File
#include "caudioresource.hpp"
|
|
|
|
namespace EE { namespace Audio {
|
|
|
|
cAudioResource::cAudioResource() {
|
|
}
|
|
|
|
cAudioResource::cAudioResource(const cAudioResource&) {
|
|
}
|
|
|
|
cAudioResource::~cAudioResource() {
|
|
}
|
|
|
|
}}
|