1 2 3 4 5 6 7 8 9 10
#ifndef DXFDIM_H_ #define DXFDIM_H_ #include <QHash> #include "value.h" extern QHash<QString,Value> dxf_cross_cache; extern QHash<QString,Value> dxf_dim_cache; #endif