1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-11 15:40:39 +00:00
OpenMW/components/bsa/ba2file.hpp

12 lines
144 B
C++
Raw Normal View History

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