This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
Blarg.GameFramework/Blarg.GameFramework/IPlatformConfiguration.cs
2013-08-17 15:15:24 -04:00

10 lines
97 B
C#

using System;
namespace Blarg.GameFramework
{
public interface IPlatformConfiguration
{
}
}