mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-08 21:17:49 +00:00
Initial stubs and basic Engine implementation
This commit is contained in:
14
lib/AudioGroupData.cpp
Normal file
14
lib/AudioGroupData.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "amuse/AudioGroupData.hpp"
|
||||
|
||||
namespace amuse
|
||||
{
|
||||
|
||||
IntrusiveAudioGroupData::~IntrusiveAudioGroupData()
|
||||
{
|
||||
delete m_pool;
|
||||
delete m_proj;
|
||||
delete m_sdir;
|
||||
delete m_samp;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user