include/beeps/ruby.h in beeps-0.1.28 vs include/beeps/ruby.h in beeps-0.1.29

- old
+ new

@@ -3,8 +3,13 @@ #ifndef __BEEPS_RUBY_H__ #define __BEEPS_RUBY_H__ #include <beeps/ruby/beeps.h> +#include <beeps/ruby/defs.h> +#include <beeps/ruby/exception.h> + +#include <beeps/ruby/processor.h> +#include <beeps/ruby/sound.h> #endif//EOH