mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-20 13:53:15 +01:00
Cleanup.
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
#include <wchar.h> // wchar_t
|
||||
|
||||
#include "allocator.h"
|
||||
#include "hash.h"
|
||||
|
||||
namespace bx
|
||||
{
|
||||
@@ -244,12 +243,6 @@ namespace bx
|
||||
///
|
||||
int32_t toString(char* _out, size_t _max, uint64_t _value, uint32_t _base = 10);
|
||||
|
||||
///
|
||||
uint32_t hashMurmur2A(const StringView& _data);
|
||||
|
||||
///
|
||||
uint32_t hashMurmur2A(const char* _data);
|
||||
|
||||
} // namespace bx
|
||||
|
||||
#include "string.inl"
|
||||
|
||||
Reference in New Issue
Block a user