1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-24 11:23:52 +00:00
openmw/components/bsa/ba2file.hpp

13 lines
163 B
C++
Raw Normal View History

#ifndef BSA_BA2_FILE_H
#define BSA_BA2_FILE_H
2023-04-17 20:39:38 +00:00
#include <cstdint>
2023-04-18 18:23:03 +00:00
#include <string>
namespace Bsa
{
uint32_t generateHash(const std::string& name);
}
#endif