openscad/src/dxfdim.h

11 lines
170 B
C
Raw Normal View History

#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