mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-14 13:46:03 +00:00
Add placeholder LE interface (fixes #165)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace BurnOutSharp.ExecutableType.Microsoft.LE
|
||||
{
|
||||
/// <summary>
|
||||
/// PLACEHOLDER LE/LX
|
||||
/// </summary>
|
||||
public class LinearExecutable
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user