SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
Loading...
Searching...
No Matches
VVD.cpp File Reference
#include <mdlpp/structs/VVD.h>
#include <BufferStream.h>
Include dependency graph for VVD.cpp:

Go to the source code of this file.

Variables

constexpr int32_t VVD_ID = 'I' + ('D' << 8) + ('S' << 16) + ('V' << 24)
 

Variable Documentation

◆ VVD_ID

constexpr int32_t VVD_ID = 'I' + ('D' << 8) + ('S' << 16) + ('V' << 24)
constexpr

Definition at line 8 of file VVD.cpp.