October3d55/M/UltraleapTracking/Source/UltraleapTrackingEditor/Public/UltraleapTrackingEditorModu...

17 lines
729 B
C++

/******************************************************************************
* Copyright (C) Ultraleap, Inc. 2011-2021. *
* *
* Use subject to the terms of the Apache License 2.0 available at *
* http://www.apache.org/licenses/LICENSE-2.0, or another agreement *
* between Ultraleap and you, your company or other organization. *
******************************************************************************/
#pragma once
#include "Modules/ModuleInterface.h"
class FUltraleapTrackingEditorModule : public IModuleInterface
{
public:
virtual void StartupModule() override;
};