mirror of
https://github.com/Ed94/Cog.git
synced 2026-08-03 14:18:46 +00:00
First Submit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using UnrealBuildTool;
|
||||
using System.IO;
|
||||
|
||||
public class ImPlot : ModuleRules
|
||||
{
|
||||
public ImPlot(ReadOnlyTargetRules Target) : base(Target)
|
||||
{
|
||||
Type = ModuleType.External;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user