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