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