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