Surgo/Project/Source/SurgoEditor/SurgoEditorModule.cpp
Ed_ 1a2d8582f4 Added regen_solutions.ps1, added to update_deps.ps1: imgui/cog/steamaduio into engine
SteamAudio seems to be working fine.
UE_Imgui/Cog are having some issues...
2024-04-09 16:35:54 -04:00

14 lines
186 B
C++

#include "SurgoEditorModule.h"
IMPLEMENT_GAME_MODULE(FSurgoEditorModule, SurgoEditor);
void FSurgoEditorModule::StartupModule()
{
}
void FSurgoEditorModule::ShutdownModule()
{
}