Added marketplace stuff
This commit is contained in:
parent
56aa126e8e
commit
fb8a01915e
16 changed files with 131 additions and 61 deletions
|
@ -1,10 +1,12 @@
|
|||
#pragma once
|
||||
// Copyright (C) 2024 Jordon Brooks
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "CoreMinimal.h"
|
||||
#include "DeviceEnum.generated.h"
|
||||
|
||||
/**
|
||||
*
|
||||
/*
|
||||
* Enum representing different operating system platforms.
|
||||
*/
|
||||
UENUM(BlueprintType)
|
||||
enum class EDeviceEnum : uint8
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
#pragma once
|
||||
// Copyright (C) 2024 Jordon Brooks
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "CoreMinimal.h"
|
||||
#include "Platform.generated.h"
|
||||
|
||||
/**
|
||||
*
|
||||
/*
|
||||
* Enum representing different operating system platforms.
|
||||
*/
|
||||
UENUM(BlueprintType)
|
||||
enum class EPlatform : uint8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue