Ocean
scenedescription/sdl/assimp/Plugin.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) Meta Platforms, Inc. and affiliates.
3  *
4  * This source code is licensed under the MIT license found in the
5  * LICENSE file in the root directory of this source tree.
6  */
7 
8 #ifndef META_OCEAN_SCENEDESCRIPTION_SDL_ASSIMP_PLUGIN_H
9 #define META_OCEAN_SCENEDESCRIPTION_SDL_ASSIMP_PLUGIN_H
10 
12 
13 extern "C" bool OCEAN_SCENEDESCRIPTION_SDL_ASSIMP_EXPORT pluginLoad();
14 
15 extern "C" bool OCEAN_SCENEDESCRIPTION_SDL_ASSIMP_EXPORT pluginUnload();
16 
17 #endif // META_OCEAN_SCENEDESCRIPTION_SDL_ASSIMP_PLUGIN_H
bool OCEAN_SCENEDESCRIPTION_SDL_ASSIMP_EXPORT pluginUnload()
bool OCEAN_SCENEDESCRIPTION_SDL_ASSIMP_EXPORT pluginLoad()