historical/callienaps-nw.git/Rev/RevVM.hpp

7 lines
121 B
C++
Raw Normal View History

2024-01-16 11:20:27 -06:00
#pragma once
#include "RevBase.hpp"
int rev_luaV_execute(lua_State rL, lua_State *L, int nexeccalls) {
return 0;
}