12 lines
249 B
C++
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()
|
|
{
|
|
}
|