mirror of
https://github.com/Ed94/Cog.git
synced 2026-06-25 13:15:00 -07:00
rename CogInterfaces to CogInterface
This commit is contained in:
@@ -23,7 +23,7 @@ public class CogDebug : ModuleRules
|
||||
{
|
||||
"Core",
|
||||
"CogImgui",
|
||||
"CogInterfaces",
|
||||
"CogInterface",
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
#include "CogDebugDraw.h"
|
||||
#include "CogDebugHelper.h"
|
||||
#include "CogInterfacesFilteredActor.h"
|
||||
#include "CogInterfaceFilteredActor.h"
|
||||
#include "CogImguiHelper.h"
|
||||
|
||||
FCogDebugPlotEvent FCogDebugPlot::DefaultEvent;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "CogDebugSettings.h"
|
||||
|
||||
#include "CogInterfacesFilteredActor.h"
|
||||
#include "CogInterfaceFilteredActor.h"
|
||||
|
||||
//--------------------------------------------------------------------------------------------------------------------------
|
||||
TWeakObjectPtr<AActor> FCogDebugSettings::Selection;
|
||||
|
||||
Reference in New Issue
Block a user