diff --git a/include/Athena/Utility.hpp b/include/Athena/Utility.hpp index a636d9b..42a53fb 100644 --- a/include/Athena/Utility.hpp +++ b/include/Athena/Utility.hpp @@ -39,13 +39,7 @@ float swapFloat(float val); double swapDouble(double val); bool isSystemBigEndian(); - -<<<<<<< Updated upstream void fillRandom(atUint8 * rndArea, atUint64 count); -======= -void fillRandom(atUint8 * rndArea, atUint8 count); ->>>>>>> Stashed changes - std::vector split(const std::string &s, char delim); std::string join(const std::vector& elems, const std::string& delims); void tolower(std::string& str);