lsnes/include/library/mathexpr-ntype.hpp

12 lines
194 B
C++
Raw Normal View History

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