BRE12
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 
Definition: Camera.cpp:8