Play-/Source/Utils.h
Jean-Philip Desjardins 77797a066b Cleanup.
2015-07-22 00:31:19 -04:00

10 lines
130 B
C++

#pragma once
#include <string>
#include "Stream.h"
namespace Utils
{
std::string GetLine(Framework::CStream*, bool = true);
}