mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-01 03:21:41 +00:00
13 lines
163 B
C++
13 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
|