diff options
Diffstat (limited to 'src/dxfdim.h')
-rw-r--r-- | src/dxfdim.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/dxfdim.h b/src/dxfdim.h new file mode 100644 index 0000000..9686760 --- /dev/null +++ b/src/dxfdim.h @@ -0,0 +1,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 |