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

Go to the source code of this file.

Variables

constexpr int32_t MDL_ID = 'I' + ('D' << 8) + ('S' << 16) + ('T' << 24)
 

Variable Documentation

◆ MDL_ID

constexpr int32_t MDL_ID = 'I' + ('D' << 8) + ('S' << 16) + ('T' << 24)
constexpr

Definition at line 9 of file MDL.cpp.