начал писать систему формирования виджетов

This commit is contained in:
Dmitry Borisenko
2022-01-15 23:29:52 +01:00
parent 7f5b78b695
commit f01fea9bac
39 changed files with 272 additions and 2 deletions

8
include/CreateWidget.h Normal file
View File

@@ -0,0 +1,8 @@
#pragma once
#include "Global.h"
extern void createWidget(String& parameters);
extern bool loadWidget(const String& filename, String& buf);
extern const String getWidgetFile(const String& name);