mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-16 06:29:56 +00:00
12 lines
163 B
C++
12 lines
163 B
C++
#ifndef BSA_BA2_FILE_H
|
|
#define BSA_BA2_FILE_H
|
|
|
|
#include <cstdint>
|
|
#include <string>
|
|
|
|
namespace Bsa
|
|
{
|
|
uint32_t generateHash(const std::string& name);
|
|
}
|
|
|
|
#endif
|