Skip to content

Commit 05d558e

Browse files
committed
Rename FbxOpenCpp to FbxCppTests.
1 parent 4bb6f58 commit 05d558e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+22
-22
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

FbxOpenCpp/Assertions.h renamed to FbxCppTests/Assertions.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

2-
#ifndef __FBXOPENCPP_ASSERTIONS_H
3-
#define __FBXOPENCPP_ASSERTIONS_H
2+
#ifndef __FBXCPPTESTS_ASSERTIONS_H
3+
#define __FBXCPPTESTS_ASSERTIONS_H
44

55
#include <fbxsdk.h>
66

@@ -26,4 +26,4 @@ void _AssertFalse(bool condition, const char* filename, int line);
2626
#define AssertTrue(condition) _AssertTrue((condition), __FILE__, __LINE__)
2727
#define AssertFalse(condition) _AssertFalse((condition), __FILE__, __LINE__)
2828

29-
#endif // __FBXOPENCPP_ASSERTIONS_H
29+
#endif // __FBXCPPTESTS_ASSERTIONS_H
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)