fix build

This commit is contained in:
Arnaud Jamin
2023-10-04 10:18:48 -04:00
parent 901b92e70c
commit 55d47c108a
5 changed files with 17 additions and 9 deletions
@@ -218,4 +218,6 @@ void UCogEngineWindow_NetEmulation::DrawControls()
"The ratio of incoming packets that will be dropped to simulate packet loss");
}
#endif //DO_ENABLE_NET_TEST
#endif //DO_ENABLE_NET_TEST
}
@@ -8,6 +8,7 @@
class UCogEngineWindow_OutputLog;
//--------------------------------------------------------------------------------------------------------------------------
class UCogLogOutputDevice : public FOutputDevice
{
public:
@@ -21,6 +22,7 @@ public:
UCogEngineWindow_OutputLog* OutputLog = nullptr;
};
//--------------------------------------------------------------------------------------------------------------------------
UCLASS(Config = Cog)
class COGENGINE_API UCogEngineWindow_OutputLog : public UCogWindow
{
@@ -30,6 +32,10 @@ public:
UCogEngineWindow_OutputLog();
void AddLog(const TCHAR* Message, ELogVerbosity::Type Verbosity, const FName& Category);
void Clear();
protected:
virtual void RenderHelp() override;
@@ -38,10 +44,6 @@ protected:
virtual void RenderContent() override;
void Clear();
void AddLog(const TCHAR* Message, ELogVerbosity::Type Verbosity, const FName& Category);
private:
struct FLineInfo
@@ -20,6 +20,8 @@ class COGENGINE_API UCogEngineWindow_Spawns : public UCogWindow
protected:
virtual void RenderHelp();
virtual void PreRender(ImGuiWindowFlags& WindowFlags) override;
virtual void RenderContent() override;