sln added test
This commit is contained in:
14
Source/station_obscurum/TestClass.cpp
Normal file
14
Source/station_obscurum/TestClass.cpp
Normal file
@ -0,0 +1,14 @@
|
||||
// Fill out your copyright notice in the Description page of Project Settings.
|
||||
|
||||
|
||||
#include "TestClass.h"
|
||||
|
||||
TestClass::TestClass()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
TestClass::~TestClass()
|
||||
{
|
||||
|
||||
}
|
15
Source/station_obscurum/TestClass.h
Normal file
15
Source/station_obscurum/TestClass.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 STATION_OBSCURUM_API TestClass
|
||||
{
|
||||
public:
|
||||
TestClass();
|
||||
~TestClass();
|
||||
};
|
Reference in New Issue
Block a user