17 lines
230 B
C
17 lines
230 B
C
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#pragma once
|
|
|
|
#include "CoreMinimal.h"
|
|
|
|
/**
|
|
* Load the FBx dll's if needed
|
|
*/
|
|
void LoadFBxLibraries();
|
|
|
|
|
|
/**
|
|
* Unload the FBx dll's if needed
|
|
*/
|
|
void UnloadFBxLibraries();
|