You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
256 B

1 year ago
  1. #pragma once
  2. #include "basic_h/basic.hpp"
  3. #include "chip_helper.hpp"
  4. namespace iflytop {
  5. using namespace std;
  6. class CriticalContext {
  7. public:
  8. CriticalContext();
  9. ~CriticalContext();
  10. };
  11. #define ZCriticalContext CriticalContext
  12. } // namespace iflytop