PhysicsBasedAnimationToolkit 0.0.10
Cross-platform C++20 library of algorithms and data structures commonly used in computer graphics research on physically-based simulation.
Loading...
Searching...
No Matches
DoctestLoadDLL.h
Go to the documentation of this file.
1
10
11#ifndef PBAT_DOCTEST_LOAD_DLL_H
12#define PBAT_DOCTEST_LOAD_DLL_H
13
14#include "PhysicsBasedAnimationToolkitExport.h"
15
16namespace pbat {
17
21PBAT_API void ForceLoadDLL();
22
23} // namespace pbat
24
25#endif // PBAT_DOCTEST_LOAD_DLL_H
The main namespace of the library.
Definition Aliases.h:15
void ForceLoadDLL()
No-op function to force load PhysicsBasedAnimationToolkit DLL.
Definition DoctestLoadDLL.cpp:7