lsnes/include/library/mathexpr-ntype.hpp
2014-05-14 11:43:25 +03:00

11 lines
194 B
C++

#ifndef _library__mathexpr_ntype__hpp__included__
#define _library__mathexpr_ntype__hpp__included__
#include "mathexpr.hpp"
namespace mathexpr
{
struct typeinfo* expression_value();
}
#endif