openscad/src/dxfdim.h

11 lines
226 B
C++

#ifndef DXFDIM_H_
#define DXFDIM_H_
#include <boost/unordered_map.hpp>
#include "value.h"
extern boost::unordered_map<std::string,Value> dxf_dim_cache;
extern boost::unordered_map<std::string,Value> dxf_cross_cache;
#endif