1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-12-12 17:43:05 +00:00

Rename bsa_file.cpp/hpp to follow naming conventions

This commit is contained in:
Alexei Kotov 2025-02-22 20:32:49 +03:00
parent 5b788baa35
commit 0254feefe3
8 changed files with 9 additions and 11 deletions

View file

@ -28,8 +28,6 @@ apps/openmw_tests/mwdialogue/test_keywordsearch.cpp
apps/openmw_tests/mwscript/test_scripts.cpp
apps/openmw_tests/mwscript/test_utils.hpp
apps/openmw_tests/mwworld/test_store.cpp
components/bsa/bsa_file.cpp
components/bsa/bsa_file.hpp
components/crashcatcher/windows_crashcatcher.cpp
components/crashcatcher/windows_crashcatcher.hpp
components/crashcatcher/windows_crashmonitor.cpp

View file

@ -111,7 +111,7 @@ add_component_dir (bgsm
)
add_component_dir (bsa
bsa_file compressedbsafile ba2gnrlfile ba2dx10file ba2file memorystream
bsafile compressedbsafile ba2gnrlfile ba2dx10file ba2file memorystream
)
add_component_dir (bullethelpers

View file

@ -7,7 +7,7 @@
#include <string>
#include <vector>
#include <components/bsa/bsa_file.hpp>
#include "bsafile.hpp"
namespace Bsa
{

View file

@ -6,7 +6,7 @@
#include <string>
#include <vector>
#include <components/bsa/bsa_file.hpp>
#include "bsafile.hpp"
namespace Bsa
{

View file

@ -4,7 +4,7 @@
Email: < korslund@gmail.com >
WWW: https://openmw.org/
This file (bsa_file.cpp) is part of the OpenMW package.
This file (bsafile.cpp) is part of the OpenMW package.
OpenMW is distributed as free software: you can redistribute it
and/or modify it under the terms of the GNU General Public License
@ -21,7 +21,7 @@
*/
#include "bsa_file.hpp"
#include "bsafile.hpp"
#include <components/esm/fourcc.hpp>
#include <components/files/constrainedfilestream.hpp>

View file

@ -4,7 +4,7 @@
Email: < korslund@gmail.com >
WWW: https://openmw.org/
This file (bsa_file.h) is part of the OpenMW package.
This file (bsafile.hpp) is part of the OpenMW package.
OpenMW is distributed as free software: you can redistribute it
and/or modify it under the terms of the GNU General Public License

View file

@ -26,11 +26,11 @@
#ifndef BSA_COMPRESSED_BSA_FILE_H
#define BSA_COMPRESSED_BSA_FILE_H
#include <filesystem>
#include <limits>
#include <map>
#include <components/bsa/bsa_file.hpp>
#include <filesystem>
#include "bsafile.hpp"
namespace Bsa
{

View file

@ -7,7 +7,7 @@
#include <components/bsa/ba2dx10file.hpp>
#include <components/bsa/ba2gnrlfile.hpp>
#include <components/bsa/bsa_file.hpp>
#include <components/bsa/bsafile.hpp>
#include <components/bsa/compressedbsafile.hpp>
#include <algorithm>