Skip to content

Commit

Permalink
WIP: Archive preview support (#17)
Browse files Browse the repository at this point in the history
* Include DDS header
* Remove redundant files
* Update for MOB changes
  • Loading branch information
Silarn authored Jul 11, 2024
1 parent 39e2a65 commit 2882fd3
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 464 deletions.
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

0 comments on commit 2882fd3

Please # to comment.