7 lines
247 B
C++
7 lines
247 B
C++
|
|
// Copyright HTC Corporation. All Rights Reserved.
|
||
|
|
|
||
|
|
#include "ViveCustomHandGestureModule.h"
|
||
|
|
#include "Modules/ModuleManager.h"
|
||
|
|
//DEFINE_LOG_CATEGORY(LogViveCustomHandGesture);
|
||
|
|
IMPLEMENT_MODULE(FViveCustomHandGestureModule, ViveCustomHandGesture)
|