12 lines
183 B
C++
12 lines
183 B
C++
|
|
// Copyright HTC Corporation. All Rights Reserved.
|
||
|
|
|
||
|
|
#include "ViveOpenXRCommon.h"
|
||
|
|
|
||
|
|
FViveOpenXRCommon::FViveOpenXRCommon()
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
IMPLEMENT_MODULE(FViveOpenXRCommon, ViveOpenXRCommon)
|