mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-29 15:42:20 +03:00
начал писать систему формирования виджетов
This commit is contained in:
8
include/CreateWidget.h
Normal file
8
include/CreateWidget.h
Normal 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);
|
||||
Reference in New Issue
Block a user