summaryrefslogtreecommitdiffstats
path: root/src/Bindings/DeprecatedBindings.h
blob: 5fc3cfa804f1bb821b99e11b0a1a47d25882b532 (plain) (blame)
1
2
3
4
5
6
7
8
#pragma once

struct lua_State;
class DeprecatedBindings
{
public:
	static void Bind( lua_State* tolua_S );
};