9 lines
208 B
C#
9 lines
208 B
C#
using System;
|
|
|
|
namespace Zodiacon.DebugHelp
|
|
{
|
|
// Token: 0x02000010 RID: 16
|
|
// (Invoke) Token: 0x0600004D RID: 77
|
|
internal delegate bool EnumSourceFilesCallback(SOURCEFILE sourceFile, IntPtr context);
|
|
}
|