mirror of
https://github.com/libAthena/athena.git
synced 2025-12-08 21:18:02 +00:00
* Add fill to Stream
This commit is contained in:
@@ -272,6 +272,9 @@ public:
|
||||
*/
|
||||
void writeString(const std::string& str);
|
||||
|
||||
void fill(Uint8 val, Uint64 length);
|
||||
void fill(Int8 val, Uint64 length);
|
||||
|
||||
void setProgressCallback(std::function<void(int)> cb);
|
||||
protected:
|
||||
void loadData();
|
||||
|
||||
Reference in New Issue
Block a user