mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-07-18 03:24:15 -04:00
Add AssetStudioCLI project
- Updated projects and dependencies
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user