lsnes/include/library/mathexpr-ntype.hpp
2014-01-10 12:12:14 +02:00

8 lines
180 B
C++

#ifndef _library__mathexpr_ntype__hpp__included__
#define _library__mathexpr_ntype__hpp__included__
#include "mathexpr.hpp"
struct mathexpr_typeinfo* expression_value();
#endif