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 SHA256_INDEX;
9extern const int YARROW_INDEX;
10
11} // namespace sourcepp::crypto
const int AES_INDEX
Definition Globals.cpp:12
const int YARROW_INDEX
Definition Globals.cpp:14
const bool LTM_MATH
Definition Globals.cpp:7
const int SHA256_INDEX
Definition Globals.cpp:13