Beat.h 78 B

12345678910
  1. #include <iostream>
  2. class Beat
  3. {
  4. public:
  5. void trigger()
  6. {
  7. }
  8. };