mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
Initial commit of existing code.
* All renderdoc code up to this point was written by me, history is available by request
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
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()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user