Files
SGVRETemplateDemo/Source/SGVRETemplate/EmptyClassForProject.cpp
T

13 lines
244 B
C++
Raw Normal View History

// Fill out your copyright notice in the Description page of Project Settings.
//#include "SGVRETemplate.h"
#include "EmptyClassForProject.h"
EmptyClassForProject::EmptyClassForProject()
{
}
EmptyClassForProject::~EmptyClassForProject()
{
}