mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
8 lines
197 B
C
8 lines
197 B
C
#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); |