Ed_
31c312610f
However the project doesn't automatically open in editor from debug... Seems like its not attaching from the command for some reason...
10 lines
134 B
C++
10 lines
134 B
C++
#pragma once
|
|
|
|
#include "Modules/ModuleInterface.h"
|
|
|
|
class SURGOEDITOR_API FSurgoEditorModule : public IModuleInterface
|
|
{
|
|
public:
|
|
|
|
};
|