auto_include.h 90 B

12345678
  1. #pragma once
  2. struct Thing
  3. {
  4. };
  5. void do_a_thing( Thing thing );
  6. void do_another_thing();