diff options
| author | Lywx <kiritodev01@gmail.com> | 2025-01-15 19:29:27 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-15 19:29:27 -0600 |
| commit | 7da8ae8e25d6c1267792941bf9ac56c1acc384ae (patch) | |
| tree | 3d6bc858ad2566b93f2f667bd23945d32a2e4561 /lib/binarytools/BinaryReader.cpp | |
| parent | 82c4397160b42f0b2c9a51581335ee1a23907993 (diff) | |
Added options to have a better lib implementation (#158)
* Added options to have a better lib implementation
* Cleaned up possible conflicts
* Fixed compilation errors
* Fixed more compilation errors
* Compiled library on windows as MT
* Fixed MT
* Readded cmake deps
* Fixed stormlib and some ifdefs
* Added an option to ignore cache
* Added no auto link when working as an standalone
* Fixes for torchlib build/inclusion.
* Fix standalone building.
Fix extraction initialization in lib mode.
* Fix stack size declaration.
* Implemented comptool and preprocess system
* Fixed cmake
* Cleaned up a little bit
* Added support for disabling stormlib
* Fixed compilation errors and added support for disabling fzero and naudio
* Renamed from CreateFile to AddFile because windows is stupid
* Added STORMLIB_NO_AUTO_LINK
* Trying to fix windows again
* Fixed spdlog
* Fixed enum parsing
---------
Co-authored-by: Malkierian <malkierian@gmail.com>
Co-authored-by: Malkierian <malkierian@live.com>
Diffstat (limited to 'lib/binarytools/BinaryReader.cpp')
| -rw-r--r-- | lib/binarytools/BinaryReader.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/binarytools/BinaryReader.cpp b/lib/binarytools/BinaryReader.cpp index 622ed21..8032a2b 100644 --- a/lib/binarytools/BinaryReader.cpp +++ b/lib/binarytools/BinaryReader.cpp @@ -1,5 +1,5 @@ -#include "BinaryReader.h" -#include "MemoryStream.h" +#include "./BinaryReader.h" +#include "./MemoryStream.h" #include <cmath> #include <stdexcept> #include <locale> |
