enums_with_header.h 82 B

12345678
  1. #pragma once
  2. enum EWithHeader {
  3. HOne /* "one" */,
  4. HTwo,
  5. HThree,
  6. };