orchestra.hpp 236 B

123456789101112
  1. #ifndef SIMPLE_MOTION_ORCHESTRA_HPP
  2. #define SIMPLE_MOTION_ORCHESTRA_HPP
  3. namespace simple::motion
  4. {
  5. class orchestra; // TODO: dynamic ensemble with all strings attached
  6. } // namespace simple::motion
  7. #endif /* end of include guard */