ConsEco/Sources/Data/Platforms/Windows/PlatformClass1.cs

7 lines
127 B

namespace Data
{
// All the code in this file is only included on Windows.
public class PlatformClass1
{
}
}