2013-11-12 17:40:29 +00:00
|
|
|
/*
|
|
|
|
Copyright (c) 2013 Microsoft Corporation. All rights reserved.
|
|
|
|
Released under Apache 2.0 license as described in the file LICENSE.
|
|
|
|
|
|
|
|
Author: Leonardo de Moura
|
|
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <lua.hpp>
|
|
|
|
namespace lean {
|
2013-11-15 01:19:51 +00:00
|
|
|
UDATA_DEFS(object)
|
2013-11-12 17:40:29 +00:00
|
|
|
void open_object(lua_State * L);
|
|
|
|
}
|