mirror of
https://github.com/status-im/dotherside.git
synced 2025-02-12 04:26:43 +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);
|
||
|
}
|