2024-04-12 14:53:47 -07:00
|
|
|
|
|
2024-04-12 23:31:49 -07:00
|
|
|
|
#pragma once
|
|
|
|
|
|
2024-04-12 13:30:01 -07:00
|
|
|
|
#include "CoreMinimal.h"
|
2024-04-12 14:53:47 -07:00
|
|
|
|
// #define private protected
|
2024-04-12 13:30:01 -07:00
|
|
|
|
|
2024-04-12 23:31:49 -07:00
|
|
|
|
#define global
|
|
|
|
|
#define internal static
|
|
|
|
|
#define local_persist static
|
2024-04-12 17:16:25 -07:00
|
|
|
|
|
2024-04-12 19:05:09 -07:00
|
|
|
|
#pragma region Engine Forwards
|
2024-04-12 14:53:47 -07:00
|
|
|
|
struct FInputActionValue;
|
2024-04-12 23:31:49 -07:00
|
|
|
|
|
|
|
|
|
class UCameraComponent;
|
|
|
|
|
class UInputAction;
|
|
|
|
|
class UInputMappingContext;
|
|
|
|
|
class USpringArmComponent;
|
2024-04-12 19:05:09 -07:00
|
|
|
|
#pragma endregion Engine Forwards
|
|
|
|
|
|
|
|
|
|
#pragma region Engine Plugin Forwards
|
|
|
|
|
class UCogWindowManager;
|
|
|
|
|
#pragma endregion Engine Plugin Forwards
|
|
|
|
|
|
2024-04-12 23:31:49 -07:00
|
|
|
|
// Gasa
|
|
|
|
|
|
|
|
|
|
#pragma region Forwards
|
|
|
|
|
class ACameraMount;
|
2024-04-12 19:05:09 -07:00
|
|
|
|
class AGasaCharacter;
|
2024-04-12 23:31:49 -07:00
|
|
|
|
class AGasaLevelScriptActor;
|
2024-04-12 19:05:09 -07:00
|
|
|
|
|
2024-04-12 23:31:49 -07:00
|
|
|
|
class UGasaDevOptions;
|
|
|
|
|
#pragma endregion Forwards
|