Load color tables from settings

This commit is contained in:
Dan Paulat 2021-11-06 22:18:02 -05:00
parent bcae7d9825
commit b241703b40
16 changed files with 324 additions and 17 deletions

View file

@ -0,0 +1,13 @@
#pragma once
#include <istream>
namespace scwx
{
namespace util
{
std::istream& getline(std::istream& is, std::string& t);
} // namespace util
} // namespace scwx