skeleton
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using UnrealBuildTool;
|
||||
|
||||
|
||||
public class SaneSlateEditor : ModuleRules
|
||||
{
|
||||
public SaneSlateEditor(ReadOnlyTargetRules Target) : base(Target)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
#include "SaneSlateEditorLog.h"
|
||||
@@ -0,0 +1 @@
|
||||
#pragma once
|
||||
@@ -0,0 +1,2 @@
|
||||
#include "SaneSlateEditorModule.cpp"
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
#pragma once
|
||||
|
||||
Reference in New Issue
Block a user