diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2026-02-20 13:49:27 -0600 |
|---|---|---|
| committer | KiritoDv <kiritodev01@gmail.com> | 2026-02-20 13:49:27 -0600 |
| commit | d8ee6dc106fe9c44fa16337e96a49757e8b00ded (patch) | |
| tree | 360a8aeeacd4a0a267d529eb6edc9dc81b131d71 /src/Companion.h | |
| parent | a883114d7e6f002a57cca4399fad32b4ed5ffeaa (diff) | |
Moved last thing c++20 tied
Diffstat (limited to 'src/Companion.h')
| -rw-r--r-- | src/Companion.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Companion.h b/src/Companion.h index f35dc45..954f444 100644 --- a/src/Companion.h +++ b/src/Companion.h @@ -14,6 +14,8 @@ #include "utils/Decompressor.h" #include "factories/TextureFactory.h" +#define CONTAINS(_map, value) ((_map).find(value) != (_map).end()) + class BinaryWrapper; namespace fs = std::filesystem; |
