openscad/src/dxfdim.h

11 lines
226 B
C
Raw Normal View History

#ifndef DXFDIM_H_
#define DXFDIM_H_
2011-09-03 08:10:36 +04:00
#include <boost/unordered_map.hpp>
#include "value.h"
2011-09-03 08:10:36 +04:00
extern boost::unordered_map<std::string,Value> dxf_dim_cache;
extern boost::unordered_map<std::string,Value> dxf_cross_cache;
#endif