summaryrefslogtreecommitdiffstats
path: root/src/Bindings/DeprecatedBindings.h
blob: d19fc25828adda01b289f6e30e5c9227b0e9f436 (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);
};