blob: bd42109cf122cdeec077650a7fc19ce8b163c607 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#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
|