fwd.h 168 B

1234567891011
  1. #pragma once
  2. class IOutputStream;
  3. namespace NColorizer {
  4. class TColors;
  5. TColors& StdErr();
  6. TColors& StdOut();
  7. TColors& AutoColors(IOutputStream&);
  8. }