Rename CogWindow plugin to Cog.

Fix Config saving not working
This commit is contained in:
Arnaud Jamin
2025-02-12 13:56:06 -05:00
parent 6d9494b685
commit 32ca4dc2ba
79 changed files with 993 additions and 802 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ public class CogSample : ModuleRules
"CogEngine",
"CogImgui",
"CogInput",
"CogWindow",
"Cog",
});
}
}