__base.h 226 B

123456789101112
  1. #ifndef VIRTUALMATH___BASE_H
  2. #define VIRTUALMATH___BASE_H
  3. #include "__macro.h"
  4. struct Inter;
  5. struct VarList;
  6. struct Inherit;
  7. struct LinkValue;
  8. struct Result;
  9. typedef enum ResultType ResultType;
  10. #endif //VIRTUALMATH___BASE_H