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:
parent
a4734f877f
commit
c65aba6329
4
global.h
4
global.h
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user