2013-11-15 23:55:15 +00:00
|
|
|
/*
|
2014-05-15 22:51:41 +00:00
|
|
|
Copyright (c) 2013-2014 Microsoft Corporation. All rights reserved.
|
2013-11-15 23:55:15 +00:00
|
|
|
Released under Apache 2.0 license as described in the file LICENSE.
|
|
|
|
|
|
|
|
Author: Leonardo de Moura
|
|
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <lua.hpp>
|
|
|
|
namespace lean {
|
|
|
|
void open_frontend_lean(lua_State * L);
|
2013-11-27 22:57:33 +00:00
|
|
|
void register_frontend_lean_module();
|
2013-11-15 23:55:15 +00:00
|
|
|
}
|