7 lines
121 B
C++
7 lines
121 B
C++
|
#pragma once
|
||
|
|
||
|
#include "RevBase.hpp"
|
||
|
|
||
|
int rev_luaV_execute(lua_State rL, lua_State *L, int nexeccalls) {
|
||
|
return 0;
|
||
|
}
|