First Submit

This commit is contained in:
Arnaud Jamin
2023-10-02 01:32:41 -04:00
parent c34574e841
commit 1aabdb5c4e
445 changed files with 93851 additions and 0 deletions
@@ -0,0 +1,10 @@
using UnrealBuildTool;
using System.IO;
public class ImPlot : ModuleRules
{
public ImPlot(ReadOnlyTargetRules Target) : base(Target)
{
Type = ModuleType.External;
}
}