15 lines
167 B
C++
15 lines
167 B
C++
// Fill out your copyright notice in the Description page of Project Settings.
|
|
|
|
|
|
#include "TestClass.h"
|
|
|
|
TestClass::TestClass()
|
|
{
|
|
|
|
}
|
|
|
|
TestClass::~TestClass()
|
|
{
|
|
|
|
}
|