1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-01 03:21:41 +00:00
OpenMW/components/bsa/ba2file.hpp
2023-03-03 17:09:35 +01:00

12 lines
144 B
C++

#ifndef BSA_BA2_FILE_H
#define BSA_BA2_FILE_H
#include <string>
namespace Bsa
{
uint32_t generateHash(const std::string& name);
}
#endif