SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
Loading...
Searching...
No Matches
Globals.h
Go to the documentation of this file.
1#pragma once
2
3namespace sourcepp::crypto {
4
5extern const bool LTM_MATH;
6
7extern const int AES_INDEX;
8extern const int SHA1_INDEX;
9extern const int SHA256_INDEX;
10extern const int YARROW_INDEX;
11
12} // namespace sourcepp::crypto
const int SHA1_INDEX
Definition Globals.cpp:13
const int AES_INDEX
Definition Globals.cpp:12
const int YARROW_INDEX
Definition Globals.cpp:15
const bool LTM_MATH
Definition Globals.cpp:7
const int SHA256_INDEX
Definition Globals.cpp:14