dfhack/plugins/devel/memutils.h

4 lines
69 B
C++

namespace memutils {
void *lua_expr_to_addr(const char *expr);
}