mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-08 09:47:26 +00:00
Parse menu function values
This commit is contained in:
@@ -2,11 +2,14 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "Parsing/Simple/Expression/ISimpleExpression.h"
|
||||
|
||||
namespace menu
|
||||
{
|
||||
class CommonFunctionDef
|
||||
{
|
||||
public:
|
||||
std::string m_name;
|
||||
std::unique_ptr<ISimpleExpression> m_value;
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user