SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
Loading...
Searching...
No Matches
Attribute.h File Reference
#include <sourcepp/Macros.h>
Include dependency graph for Attribute.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  vpkpp
 

Enumerations

enum class  vpkpp::Attribute {
  vpkpp::NONE = 0 , vpkpp::ARCHIVE_INDEX = 1 << 0 , vpkpp::LENGTH = 1 << 1 , vpkpp::CRC32 = 1 << 2 ,
  vpkpp::PCK_MD5 = 1 << 3 , vpkpp::VPK_PRELOADED_DATA = 1 << 4
}