mirror of
https://github.com/Auties00/Reboot-Launcher.git
synced 2026-01-13 19:22:22 +01:00
16 lines
176 B
C++
16 lines
176 B
C++
#pragma once
|
|
|
|
#include "SharedPointer.h"
|
|
#include "inc.h"
|
|
|
|
struct ITextData
|
|
{
|
|
|
|
};
|
|
|
|
class FText
|
|
{
|
|
public:
|
|
TSharedRef<ITextData, ESPMode::ThreadSafe> TextData;
|
|
uint32 Flags;
|
|
}; |