lsnes/include/library/mathexpr-ntype.hpp

9 lines
180 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"
struct mathexpr_typeinfo* expression_value();
#endif