mirror of
https://github.com/Ed94/Cog.git
synced 2026-06-14 16:42:23 -07:00
11 lines
188 B
C#
11 lines
188 B
C#
using UnrealBuildTool;
|
|
using System.IO;
|
|
|
|
public class ImPlot : ModuleRules
|
|
{
|
|
public ImPlot(ReadOnlyTargetRules Target) : base(Target)
|
|
{
|
|
Type = ModuleType.External;
|
|
}
|
|
}
|