mirror of
https://github.com/status-im/dotherside.git
synced 2025-02-08 02:33:37 +00:00
9 lines
174 B
C++
9 lines
174 B
C++
#pragma once
|
|
|
|
#include "DOtherSide/DOtherSideTypes.h"
|
|
|
|
namespace DOS {
|
|
int dosQmlRegisterType(QmlRegisterType args);
|
|
int dosQmlRegisterSingletonType(QmlRegisterType args);
|
|
}
|