historical/callienaps-nw.git/Rev/RevVM.hpp
2024-01-16 11:20:27 -06:00

7 lines
No EOL
121 B
C++

#pragma once
#include "RevBase.hpp"
int rev_luaV_execute(lua_State rL, lua_State *L, int nexeccalls) {
return 0;
}