mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-18 09:25:27 +00:00
Initial stubs and basic Engine implementation
This commit is contained in:
15
include/amuse/AudioGroupProject.hpp
Normal file
15
include/amuse/AudioGroupProject.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef __AMUSE_AUDIOGROUPPROJECT_HPP__
|
||||
#define __AMUSE_AUDIOGROUPPROJECT_HPP__
|
||||
|
||||
namespace amuse
|
||||
{
|
||||
|
||||
class AudioGroupProject
|
||||
{
|
||||
public:
|
||||
AudioGroupProject(const unsigned char* data);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __AMUSE_AUDIOGROUPPROJECT_HPP__
|
||||
Reference in New Issue
Block a user