VIRTUOS_Playground/VIRTUOS_ExpansionPluginTests/Source/VRExpPluginExample/EmptyClassForProject.cpp

13 lines
249 B
C++
Raw Permalink Normal View History

2023-11-03 12:45:36 +00:00
// Fill out your copyright notice in the Description page of Project Settings.
//#include "VRExpPluginExample.h"
#include "EmptyClassForProject.h"
EmptyClassForProject::EmptyClassForProject()
{
}
EmptyClassForProject::~EmptyClassForProject()
{
}