19 lines
278 B
C++
19 lines
278 B
C++
// Fill out your copyright notice in the Description page of Project Settings.
|
|
|
|
#pragma once
|
|
|
|
|
|
#include "CppEnums.h"
|
|
#include "Blueprint/UserWidget.h"
|
|
#include "CoreMinimal.h"
|
|
|
|
/**
|
|
*
|
|
*/
|
|
class FORTIS_TAKTIKA_API CppStructures
|
|
{
|
|
public:
|
|
CppStructures();
|
|
~CppStructures();
|
|
};
|