mirror of
https://github.com/Ed94/Cog.git
synced 2026-07-18 07:11:31 -07:00
Add a CogAll module to ease the integration for projects that want all windows
This commit is contained in:
@@ -26,13 +26,14 @@ public class CogSample : ModuleRules
|
||||
{
|
||||
PublicDependencyModuleNames.AddRange(new string[]
|
||||
{
|
||||
"CogDebug",
|
||||
"CogImgui",
|
||||
"CogWindow",
|
||||
"CogEngine",
|
||||
"CogAbility",
|
||||
"CogAI",
|
||||
"CogAll",
|
||||
"CogDebug",
|
||||
"CogEngine",
|
||||
"CogImgui",
|
||||
"CogInput",
|
||||
"CogWindow",
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user