mirror of
https://github.com/Ed94/Cog.git
synced 2026-06-25 13:15:00 -07:00
simplify integration
This commit is contained in:
@@ -8,8 +8,8 @@ public class CogSample : ModuleRules
|
||||
|
||||
PublicDependencyModuleNames.AddRange(new string[]
|
||||
{
|
||||
"CogDebug",
|
||||
"Core",
|
||||
"CogCommon",
|
||||
"Core",
|
||||
"CoreUObject",
|
||||
"Engine",
|
||||
"EnhancedInput",
|
||||
@@ -25,8 +25,8 @@ public class CogSample : ModuleRules
|
||||
{
|
||||
PublicDependencyModuleNames.AddRange(new string[]
|
||||
{
|
||||
"CogDebug",
|
||||
"CogImgui",
|
||||
"CogInterface",
|
||||
"CogWindow",
|
||||
"CogEngine",
|
||||
"CogInput",
|
||||
|
||||
Reference in New Issue
Block a user