leap.hpp 206 B

123456789101112
  1. #ifndef SIMPLE_MOTION_LEAP_HPP
  2. #define SIMPLE_MOTION_LEAP_HPP
  3. namespace simple::motion
  4. {
  5. struct leap; // TODO: motion of unknown duration
  6. } // namespace simple::motion
  7. #endif /* end of include guard */