#ifndef STORM_STRING_HPP #define STORM_STRING_HPP #include #include #define STORM_MAX_PATH 260 #define STORM_MAX_STR 0x7FFFFFFF size_t SStrCopy(char* dest, const char* source, size_t destsize); uint32_t SStrHashHT(const char* string); #endif