SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
Loading...
Searching...
No Matches
vpkpp.h
Go to the documentation of this file.
1#pragma once
2
3/*
4 * This header is just included so consumers of this library can
5 * include it the same way as any of the other SourcePP libraries.
6 */
7
8#include "format/FPX.h"
9#include "format/GCF.h"
10#include "format/GMA.h"
11#include "format/HOG.h"
12#include "format/OL.h"
13#include "format/OO7.h"
14#include "format/ORE.h"
15#include "format/PAK.h"
16#include "format/PCK.h"
17#include "format/VPK.h"
18#include "format/VPK_VTMB.h"
19#include "format/VPP.h"
20#include "format/WAD3.h"
21#include "format/XZP.h"
22#include "format/ZIP.h"
23#include "Attribute.h"
24#include "Entry.h"
25#include "Options.h"
26#include "PackFile.h"