mirror of
https://github.com/Ed94/Cog.git
synced 2026-06-13 08:02:23 -07:00
16 lines
495 B
C++
16 lines
495 B
C++
#include "CogEngineWindow_Audio.h"
|
|
|
|
#include "Engine/Engine.h"
|
|
|
|
//--------------------------------------------------------------------------------------------------------------------------
|
|
void FCogEngineWindow_Audio::RenderHelp()
|
|
{
|
|
ImGui::Text("This window displays audio settings.");
|
|
}
|
|
|
|
//--------------------------------------------------------------------------------------------------------------------------
|
|
void FCogEngineWindow_Audio::RenderContent()
|
|
{
|
|
Super::RenderContent();
|
|
}
|