mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
c38affcded
* All renderdoc code up to this point was written by me, history is available by request
22 lines
485 B
C#
22 lines
485 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Windows.Forms;
|
|
|
|
namespace IgnoreMe
|
|
{
|
|
/// <summary>
|
|
/// Ignore me! This is a dummy section of documentation to satisfy Sandcastle :).
|
|
/// </summary>
|
|
public class IgnoreMe
|
|
{
|
|
/// <summary>
|
|
/// Ignore me! This is a dummy section of documentation to satisfy Sandcastle :).
|
|
/// </summary>
|
|
[STAThread]
|
|
static void Main()
|
|
{
|
|
}
|
|
}
|
|
}
|