Global: Move string number parse to text/parsers.

It's not used as much as the other string utils.
This commit is contained in:
Unknown W. Brackets 2020-08-10 01:43:40 -07:00
parent 3d9c4733ab
commit a0f8e788f3
10 changed files with 66 additions and 126 deletions

View file

@ -21,6 +21,7 @@
#include <vector>
#include "base/stringutil.h"
#include "util/text/parsers.h"
#include "Common/ColorConv.h"
#include "Core/Config.h"
#include "Core/Screenshot.h"