rename CogInterfaces to CogInterface

This commit is contained in:
Arnaud Jamin
2023-10-02 23:49:10 -04:00
parent 771963f7c2
commit bd6c7be5ca
21 changed files with 60 additions and 60 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ public class CogSample : ModuleRules
PublicDependencyModuleNames.AddRange(new string[]
{
"CogImgui",
"CogInterfaces",
"CogInterface",
"CogWindow",
"CogEngine",
"CogInput",