mirror of
https://github.com/status-im/dotherside.git
synced 2025-02-14 13:46:39 +00:00
10 lines
150 B
C++
10 lines
150 B
C++
#pragma once
|
|
|
|
#include "DOtherSide/DOtherSideTypes.h"
|
|
|
|
#include <QtCore/QObject>
|
|
|
|
namespace DOS {
|
|
int dosQmlRegisterType(QmlRegisterType args);
|
|
}
|