mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-09 13:37:47 +00:00
Editor: Include headers where necessary
Avoids propagating dependencies through indirect inclusions, and also gets rid of some header dependencies entirely.
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
#include "MIDIReader.hpp"
|
||||
|
||||
#include "MainWindow.hpp"
|
||||
|
||||
#include <amuse/Engine.hpp>
|
||||
|
||||
MIDIReader::MIDIReader(amuse::Engine& engine, bool useLock) : amuse::BooBackendMIDIReader(engine, useLock) {}
|
||||
|
||||
void MIDIReader::noteOff(uint8_t chan, uint8_t key, uint8_t velocity) {
|
||||
|
||||
Reference in New Issue
Block a user