Original screen grabber

This commit is contained in:
Sergeanur
2020-08-14 18:57:23 +03:00
parent 489743da41
commit e7945625b5
7 changed files with 85 additions and 0 deletions

View File

@@ -19,4 +19,5 @@ public:
static bool ReadLine(int fd, char *buf, int len);
static int CloseFile(int fd);
static int GetErrorReadWrite(int fd);
static char *GetRootDirName() { return ms_rootDirName; }
};