mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-28 20:26:47 -05:00
Refactor
* Minor style changes * Move function definitions * Split utility.hpp * Enable include of export-symbol-helper.hpp in tests
This commit is contained in:
committed by
WarmUpTill
parent
dcba7c535d
commit
01cf000cbe
@@ -9,11 +9,6 @@ std::pair<int, int> GetCursorPos()
|
||||
return {0, 0};
|
||||
}
|
||||
|
||||
bool DoubleEquals(double left, double right, double epsilon)
|
||||
{
|
||||
return (fabs(left - right) < epsilon);
|
||||
}
|
||||
|
||||
bool ReplaceAll(std::string &str, const std::string &from,
|
||||
const std::string &to)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user