Esempio n. 1
0
static int Disable(lua_State* L)
{
	CMeasure* self = GetSelf(L);
	self->Disable();

	return 0;
}