CTask.h 74 B

123456789
  1. #ifndef __GTASK__
  2. #define __GTASK__
  3. #pragma once
  4. class CTask
  5. {
  6. };
  7. #endif