mirror of
https://github.com/Ed94/Cog.git
synced 2026-07-18 23:31:31 -07:00
simplify integration
This commit is contained in:
@@ -25,19 +25,15 @@ private:
|
||||
UPROPERTY()
|
||||
TObjectPtr<UObject> CogWindowManagerRef = nullptr;
|
||||
|
||||
#if USE_COG
|
||||
#if ENABLE_COG
|
||||
|
||||
void InitializeCog();
|
||||
|
||||
void TickCog(float DeltaTime);
|
||||
|
||||
void RenderCog(float DeltaTime);
|
||||
|
||||
void RegisterCommand(const TCHAR* Name, const TCHAR* Help, const FConsoleCommandWithArgsDelegate& Command);
|
||||
|
||||
void CogToggleInput(const TArray<FString>& Args);
|
||||
|
||||
TObjectPtr<UCogWindowManager> CogWindowManager = nullptr;
|
||||
|
||||
#endif //USE_COG
|
||||
#endif //ENABLE_COG
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user