11 lines
211 B
C#
11 lines
211 B
C#
namespace AssetStudio.FbxInterop
|
|
{
|
|
internal static class FbxDll
|
|
{
|
|
|
|
internal const string DllName = "AssetStudio.FBXNative";
|
|
internal const string FbxsdkDllName = "libfbxsdk";
|
|
|
|
}
|
|
}
|