1.10
include
egt
script.h
1
/*
2
* Copyright (C) 2018 Microchip Technology Inc. All rights reserved.
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
#ifndef EGT_SCRIPT_H
7
#define EGT_SCRIPT_H
8
14
#include <egt/detail/meta.h>
15
#include <string>
16
17
namespace
egt
18
{
19
inline
namespace
v1
20
{
21
namespace
experimental
22
{
23
31
EGT_API
double
lua_evaluate
(
const
std::string& expr);
32
33
}
34
}
35
}
36
37
#endif
egt::v1::experimental::lua_evaluate
EGT_API double lua_evaluate(const std::string &expr)
Toy lua evaluation.
egt
EGT framework namespace.
Definition
animation.h:24