12 lines
238 B
C
12 lines
238 B
C
|
|
// Copyright HTC Corporation. All Rights Reserved.
|
||
|
|
|
||
|
|
#pragma once
|
||
|
|
|
||
|
|
#include "Modules/ModuleInterface.h"
|
||
|
|
|
||
|
|
//DECLARE_LOG_CATEGORY_EXTERN(LogViveCustomHandGesture, Log, All);
|
||
|
|
|
||
|
|
class FViveCustomHandGestureModule : public IModuleInterface
|
||
|
|
{
|
||
|
|
};
|