mirror of
https://git.tesses.org/tesses50/tessesframework.git
synced 2026-06-01 18:15:31 +00:00
Add GUI Support
This commit is contained in:
@@ -6,6 +6,7 @@ namespace Tesses::Framework::TextStreams
|
||||
class TextReader
|
||||
{
|
||||
public:
|
||||
virtual bool Rewind();
|
||||
virtual bool ReadBlock(std::string& str,size_t sz)=0;
|
||||
int32_t ReadChar();
|
||||
std::string ReadLine();
|
||||
|
||||
Reference in New Issue
Block a user