BRE12
BRE
Utils
HashUtils.h
1
#pragma once
2
3
#include <cstddef>
4
5
namespace
BRE
{
6
namespace
HashUtils {
7
std::size_t HashCString(
const
char
* str) noexcept;
8
}
9
}
10
11
BRE
Definition:
Camera.cpp:8
Generated by
1.8.12