1.10
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
17namespace egt
18{
19inline namespace v1
20{
21namespace experimental
22{
23
31EGT_API double lua_evaluate(const std::string& expr);
32
33}
34}
35}
36
37#endif
EGT_API double lua_evaluate(const std::string &expr)
Toy lua evaluation.
EGT framework namespace.
Definition animation.h:24