Add project files.
This commit is contained in:
10
AssetStudioFBXWrapper/FbxDll.cs
Normal file
10
AssetStudioFBXWrapper/FbxDll.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace AssetStudio.FbxInterop
|
||||
{
|
||||
internal static class FbxDll
|
||||
{
|
||||
|
||||
internal const string DllName = "AssetStudioFBXNative";
|
||||
internal const string FbxsdkDllName = "libfbxsdk";
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user