mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-09 05:27:57 +00:00
Initial stubs and basic Engine implementation
This commit is contained in:
11
lib/Emitter.cpp
Normal file
11
lib/Emitter.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "amuse/Emitter.hpp"
|
||||
|
||||
namespace amuse
|
||||
{
|
||||
|
||||
Emitter::Emitter(Engine& engine, int groupId, Voice& vox)
|
||||
: Entity(engine, groupId), m_vox(vox)
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user