Browse Source

Added Net3 proxy to LibLoader so that it compiles against .NET 3

pull/32/head
Anairkoen Schno 4 years ago
parent
commit
3808cad56e
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      IPA.Loader/Loader/LibLoader.cs

+ 4
- 0
IPA.Loader/Loader/LibLoader.cs View File

@ -8,6 +8,10 @@ using System.Runtime.InteropServices;
using System.Linq;
using IPA.Logging;
using Mono.Cecil;
#if NET3
using Net3_Proxy;
using Directory = Net3_Proxy.Directory;
#endif
namespace IPA.Loader
{


Loading…
Cancel
Save