2024-04-12 14:53:47 -07:00
|
|
|
|
|
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 19:05:09 -07:00
|
|
|
|
#include "CogCommon.h"
|
2024-04-12 17:16:25 -07:00
|
|
|
|
|
2024-04-12 19:05:09 -07:00
|
|
|
|
#pragma region Engine Forwards
|
2024-04-12 16:55:34 -07:00
|
|
|
|
class UCameraComponent;
|
2024-04-12 14:53:47 -07:00
|
|
|
|
class UInputAction;
|
|
|
|
|
struct FInputActionValue;
|
|
|
|
|
class UInputMappingContext;
|
2024-04-12 16:55:34 -07:00
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
#pragma region Gasa Forwards
|
|
|
|
|
class AGasaCharacter;
|
|
|
|
|
#pragma endregion Gasa Forwards
|
|
|
|
|
|