4
0
mirror of https://github.com/QuasarApp/QuasarAppLib.git synced 2025-05-03 13:09:41 +00:00

added defines for hash methods

This commit is contained in:
Andrei Yankovich 2020-05-22 22:36:42 +03:00
parent a4734f877f
commit c65aba6329

@ -124,5 +124,9 @@ constexpr unsigned char static_type_hash_8() {
};
#define H_8 static_type_hash_8
#define H_16 static_type_hash_16
#define H_32 static_type_hash_32
#define H_64 static_type_hash_64
#endif // GLOBAL_H