mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-02 16:49:05 +00:00
Rename libarchive headers to hpp (Part 2)
What do you mean these could've and should've been one commit? Clearly these need to be done in two parts and I didn't just forget about this
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
#include "extract.hpp"
|
||||
#include "queueSystem.hpp"
|
||||
#include "scriptUtils.hpp"
|
||||
#include <archive.h>
|
||||
#include <archive_entry.h>
|
||||
#include <archive.hpp>
|
||||
#include <archive_entry.hpp>
|
||||
#include <regex>
|
||||
|
||||
int filesExtracted = 0, extractFilesCount = 0;
|
||||
|
||||
Reference in New Issue
Block a user