Lua: Fix type confusion between signed and unsigned
[lsnes.git] / include / library / mathexpr-ntype.hpp
blob2650e05ea5bbd12f8454e1cd637018617a182c6c
1 #ifndef _library__mathexpr_ntype__hpp__included__
2 #define _library__mathexpr_ntype__hpp__included__
4 #include "mathexpr.hpp"
6 namespace mathexpr
8 struct typeinfo* expression_value();
11 #endif