mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 21:27:44 +02:00
@ -21,7 +21,7 @@ class Reader {
|
||||
virtual ~Reader() = default;
|
||||
virtual int read(char* s, int n) = 0;
|
||||
virtual bool eof() = 0;
|
||||
virtual void goToBegining() = 0;
|
||||
virtual void goToBeginning() = 0;
|
||||
};
|
||||
|
||||
uint32_t hash(
|
||||
|
Reference in New Issue
Block a user