#ifndef CORE_LIB_BASIC_H #define CORE_LIB_BASIC_H #include "common.h" #include "slang-math.h" #include "slang-string.h" #include "array.h" #include "list.h" #include "link.h" #include "smart-pointer.h" #include "exception.h" #include "dictionary.h" #include "func.h" #include "linq.h" namespace CoreLib { using namespace Basic; } #endif