Initial commit
This commit is contained in:
15
Source/MyProject/Public/TheracAdapter.h
Normal file
15
Source/MyProject/Public/TheracAdapter.h
Normal file
@ -0,0 +1,15 @@
|
||||
// Fill out your copyright notice in the Description page of Project Settings.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "CoreMinimal.h"
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
class MYPROJECT_API TheracAdapter
|
||||
{
|
||||
public:
|
||||
TheracAdapter();
|
||||
~TheracAdapter();
|
||||
};
|
Reference in New Issue
Block a user