Test.h 64 B

12345678
  1. #pragma once
  2. class Test
  3. {
  4. public:
  5. int a = 0;
  6. int b = 666;
  7. };