Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

WIP: Archive preview support #17

Merged
merged 3 commits into from
Jul 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ add_library(bsatk STATIC)
mo2_configure_library(bsatk
WARNINGS OFF PERMISSIVE ON
PUBLIC_DEPENDS boost boost::thread
PRIVATE_DEPENDS zlib lz4)
PRIVATE_DEPENDS DirectXTex zlib lz4)
mo2_install_target(bsatk)
327 changes: 0 additions & 327 deletions src/DDS.h

This file was deleted.

1 change: 1 addition & 0 deletions src/bsaarchive.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#ifndef BSA_ARCHIVE_H
#define BSA_ARCHIVE_H

#include "dxgiformat.h"
#include "DDS.h"
#include "bsafolder.h"
#include "bsatypes.h"
Expand Down
1 change: 1 addition & 0 deletions src/bsatypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#ifndef BSATYPES_H
#define BSATYPES_H

#include "dxgiformat.h"
#include "DDS.h"
#include "bsaexception.h"
#include <fstream>
Expand Down
Loading