4 lines
69 B
C
4 lines
69 B
C
|
namespace memutils {
|
||
|
void *lua_expr_to_addr(const char *expr);
|
||
|
}
|