We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93bbb13 commit d2869b8Copy full SHA for d2869b8
source/pbat/DoctestLoadDLL.h
@@ -1,12 +1,25 @@
1
+/**
2
+ * @file DoctestLoadDLL.h
3
+ * @author Quoc-Minh Ton-That ([email protected])
4
+ * @brief No-op function to force load PhysicsBasedAnimationToolkit DLL
5
+ * @date 2025-02-11
6
+ *
7
+ * @copyright Copyright (c) 2025
8
9
+ */
10
+
11
#ifndef PBAT_DOCTEST_LOAD_DLL_H
12
#define PBAT_DOCTEST_LOAD_DLL_H
13
14
#include "PhysicsBasedAnimationToolkitExport.h"
15
16
namespace pbat {
17
18
19
20
21
PBAT_API void ForceLoadDLL();
22
-} // namespace pba
23
+} // namespace pbat
24
25
#endif // PBAT_DOCTEST_LOAD_DLL_H
0 commit comments