mbxmlutils  1.3.0
Multi-Body XML Utils
eval_static.h
1#ifndef _MBXMLUTILS_EVAL_STATIC_H_
2#define _MBXMLUTILS_EVAL_STATIC_H_
3
4#include <vector>
5#include <string>
6#include <boost/filesystem/path.hpp>
7
8extern std::vector<std::string> mbxmlutilsStaticDependencies;
9extern boost::filesystem::path originalFilename;
10
11#endif