Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#ifndef BSA_BA2_FILE_H
#define BSA_BA2_FILE_H
#include <cstdint>
#include <string>
namespace Bsa
{
uint32_t generateHash(const std::string& name);
}
#endif