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

Go to the source code of this file.

Classes

class  vpkpp::ZIP
 

Namespaces

namespace  vpkpp
 

Variables

constexpr std::string_view vpkpp::BEE_EXTENSION = ".bee_pack"
 
constexpr std::string_view vpkpp::BMZ_EXTENSION = ".bmz"
 
constexpr std::string_view vpkpp::FPK_EXTENSION = ".fpk"
 
constexpr std::string_view vpkpp::PK3_EXTENSION = ".pk3"
 
constexpr std::string_view vpkpp::PK4_EXTENSION = ".pk4"
 
constexpr std::string_view vpkpp::PKZ_EXTENSION = ".pkz"
 
constexpr std::string_view vpkpp::ZIP_EXTENSION = ".zip"