2025-02-10 12:29:34 +01:00
|
|
|
// Fill out your copyright notice in the Description page of Project Settings.
|
|
|
|
|
|
|
|
|
|
//#include "SGVRETemplate.h"
|
|
|
|
|
#include "EmptyClassForProject.h"
|
|
|
|
|
|
|
|
|
|
EmptyClassForProject::EmptyClassForProject()
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
EmptyClassForProject::~EmptyClassForProject()
|
|
|
|
|
{
|
|
|
|
|
}
|