mirror of
https://github.com/libretro/Play-.git
synced 2024-12-12 11:05:36 +00:00
10 lines
130 B
C++
10 lines
130 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
#include "Stream.h"
|
|
|
|
namespace Utils
|
|
{
|
|
std::string GetLine(Framework::CStream*, bool = true);
|
|
}
|