2014-01-10 12:09:19 +02:00
|
|
|
#ifndef _library__mathexpr_ntype__hpp__included__
|
|
|
|
#define _library__mathexpr_ntype__hpp__included__
|
|
|
|
|
|
|
|
#include "mathexpr.hpp"
|
|
|
|
|
2014-05-14 11:43:25 +03:00
|
|
|
namespace mathexpr
|
|
|
|
{
|
|
|
|
struct typeinfo* expression_value();
|
|
|
|
}
|
2014-01-10 12:09:19 +02:00
|
|
|
|
|
|
|
#endif
|