Add AssetStudioCLI project

- Updated projects and dependencies
This commit is contained in:
VaDiM
2023-03-07 06:29:11 +03:00
parent 5c662d64e4
commit c52940abc4
33 changed files with 2074 additions and 137 deletions

View File

@ -10,7 +10,10 @@ using System;
using System.Text;
using System.Runtime.InteropServices;
using System.Collections.Generic;
#if NETFRAMEWORK
using AssetStudio.PInvoke;
#endif
namespace FMOD
{
@ -749,10 +752,12 @@ namespace FMOD
*/
public struct Factory
{
#if NETFRAMEWORK
static Factory()
{
DllLoader.PreloadDll(VERSION.dll);
}
#endif
public static RESULT System_Create(out System system)
{