Unneeded.
This commit is contained in:
@@ -94,11 +94,6 @@ namespace LuaHelpers
|
|||||||
bool FromStack( int &Object, int iOffset, Lua *L );
|
bool FromStack( int &Object, int iOffset, Lua *L );
|
||||||
bool FromStack( RString &Object, int iOffset, Lua *L );
|
bool FromStack( RString &Object, int iOffset, Lua *L );
|
||||||
|
|
||||||
template<class T>
|
|
||||||
void PushStack( const T &val, Lua *L );
|
|
||||||
template<class T>
|
|
||||||
bool PopStack( T &val, Lua *L );
|
|
||||||
|
|
||||||
template<class T>
|
template<class T>
|
||||||
void ReadArrayFromTable( vector<T> &aOut, lua_State *L )
|
void ReadArrayFromTable( vector<T> &aOut, lua_State *L )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user