#ifndef VIRTUALMATH___BASE_H #define VIRTUALMATH___BASE_H #include "__macro.h" struct Inter; struct VarList; struct Inherit; struct LinkValue; struct Result; typedef enum ResultType ResultType; #endif //VIRTUALMATH___BASE_H