54 lines
1.4 KiB
C
54 lines
1.4 KiB
C
#pragma once
|
|
|
|
#include "GasaEngineMinimal.h"
|
|
#include "GasaCommon.h"
|
|
#include "GasaGameplayTags.h"
|
|
#include "GasaLibrary.h"
|
|
#include "GasaModule.h"
|
|
#include "GasaViewportSubsystem.h"
|
|
#include "GasaDevOptions.h"
|
|
#include "GasaDevOptionsCache.h"
|
|
|
|
// Ability System
|
|
// #include "AbilitySystem/"
|
|
#include "AbilitySystem/GasaAbilitySystem.h"
|
|
// #include "AbilitySystem/GasaAbilitySystemComponent.h"
|
|
// #include "AbilitySystem/GasaAttributeSet.h"
|
|
// #include "GasaEffectActor.h"
|
|
|
|
// Actors
|
|
#include "Actors/CameraMount.h"
|
|
|
|
// Characters
|
|
// #include "Characters/GasaCharacter.h"
|
|
// #include "Characters/EnemyCharacter.h"
|
|
// #include "Characters/PlayerCharacter.h"
|
|
|
|
// Game
|
|
// #include "Game/GasaGameInstance.h"
|
|
// #include "Game/GasaGameMode.h"
|
|
// #include "Game/GasaGameState.h"
|
|
// #include "Game/GasaLevelScriptActor.h"
|
|
// #include "Game/GasaPlayerController.h"
|
|
// #include "Game/GasaPlayerController_Inlines.h"
|
|
// #include "Game/GasaPlayerState.h"
|
|
#include "Game/GasaViewport.h"
|
|
|
|
// Networking
|
|
#include "Networking/GasaNetLibrary.h"
|
|
#include "Networking/GasaNetLibrary_Inlines.h"
|
|
|
|
// UI
|
|
// #include "UI/GasaCanvas.h"
|
|
// #include "UI/GasaCanvasPanel.h"
|
|
// #include "UI/GasaHUD.h"
|
|
// #include "UI/GasaHUD_Inlines.h"
|
|
// #include "UI/GasaImage.h"
|
|
// #include "UI/GasaOverlay.h"
|
|
// #include "UI/GasaProgressBar.h"
|
|
// #include "UI/GasaSizeBox.h"
|
|
// #include "UI/GasaUserWidget.h"
|
|
// #include "UI/HostWidgetController.h"
|
|
// #include "UI/HUDHostWidget.h"
|
|
// #include "UI/WidgetController.h"
|