diff options
author | rtk0c <[email protected]> | 2022-04-18 17:54:29 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2022-04-18 17:54:29 -0700 |
commit | 7af9992ca81c699bc1cf05eb691e284bf424f050 (patch) | |
tree | 0f9bf191270791d80a28d7df1f1ffd5223158124 /source/Macros.hpp | |
parent | 5424a1d5434e3ddd911a504719918c2df027e2fd (diff) |
Changeset: 9 Implement IresSpritesheet
Diffstat (limited to 'source/Macros.hpp')
-rw-r--r-- | source/Macros.hpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source/Macros.hpp b/source/Macros.hpp index 71a438a..9f25cc4 100644 --- a/source/Macros.hpp +++ b/source/Macros.hpp @@ -21,9 +21,3 @@ #else # define UNREACHABLE #endif - -#if defined(DOCTEST_CONFIG_DISABLE) -# define TESTED_MEMEBERS_VISBILITY private -#else -# define TESTED_MEMEBERS_VISBILITY public -#endif |