VIRTUOS_Playground/VIRTUOS_ExpansionPluginTests/Source/VRExpPluginExample/EmptyClassForProject.cpp

12 lines
249 B
C++

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