9 lines
111 B
C++
9 lines
111 B
C++
#pragma once
|
|
|
|
struct lua_State;
|
|
class DeprecatedBindings
|
|
{
|
|
public:
|
|
static void Bind( lua_State* tolua_S );
|
|
};
|