First commit

This commit is contained in:
Stefano Moretti
2021-12-18 19:11:48 +01:00
commit 32a567a950
38 changed files with 2620 additions and 0 deletions

11
include/BaseUI/core.h Normal file
View File

@ -0,0 +1,11 @@
#ifndef BASEUI_CORE_H
#define BASEUI_CORE_H
class QQmlEngine;
namespace BaseUI
{
void init(QQmlEngine *engine);
}
#endif