Surgo/Project/Source/SurgoEditor/SurgoEditorModule.h
Ed_ 31c312610f Project compiles and opens in editor
However the project doesn't automatically open in editor from debug...
Seems like its not attaching from the command for some reason...
2024-04-08 04:40:56 -04:00

10 lines
134 B
C++

#pragma once
#include "Modules/ModuleInterface.h"
class SURGOEDITOR_API FSurgoEditorModule : public IModuleInterface
{
public:
};