mirror of
https://github.com/rodamaral/lsnes.git
synced 2025-04-02 10:42:15 -04:00
8 lines
180 B
C++
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
|