source.hpp 65 B

12345678
  1. #ifndef SOURCE_HPP
  2. #define SOURCE_HPP
  3. class Source{
  4. };
  5. #endif