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