Skip to content

Commit 9ca94ed

Browse files
c: update vpkpp header to include all C headers in the library, matches every other header named after the library
1 parent 660b811 commit 9ca94ed

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

lang/c/include/vpkppc/vpkpp.h

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,19 @@
55
* include it the same way as any of the other SourcePP libraries.
66
*/
77

8+
#include "format/FPX.h"
9+
#include "format/GCF.h"
10+
#include "format/GMA.h"
11+
#include "format/OO7.h"
12+
#include "format/OL.h"
13+
#include "format/ORE.h"
14+
#include "format/PAK.h"
15+
#include "format/PCK.h"
16+
#include "format/VPK.h"
17+
#include "format/VPK_VTMB.h"
18+
#include "format/WAD3.h"
19+
#include "format/ZIP.h"
20+
#include "Attribute.h"
21+
#include "Entry.h"
22+
#include "Options.h"
823
#include "PackFile.h"

0 commit comments

Comments
 (0)