include/beeps/ruby.h in beeps-0.2 vs include/beeps/ruby.h in beeps-0.2.1
- old
+ new
@@ -2,14 +2,16 @@
#pragma once
#ifndef __BEEPS_RUBY_H__
#define __BEEPS_RUBY_H__
-#include <beeps/ruby/beeps.h>
#include <beeps/ruby/defs.h>
+#include <beeps/ruby/beeps.h>
#include <beeps/ruby/exception.h>
#include <beeps/ruby/processor.h>
+#include <beeps/ruby/generator.h>
+#include <beeps/ruby/filter.h>
#include <beeps/ruby/sound.h>
#endif//EOH