From 2158bd3e375e1185bd180219023a443a1a154957 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Sat, 27 Nov 2010 07:27:37 +0100 Subject: Adding SetFakeName system to help with the built-ins luas loads. --- include/Buffer.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/Buffer.h b/include/Buffer.h index a858617..98d0a4c 100644 --- a/include/Buffer.h +++ b/include/Buffer.h @@ -50,6 +50,7 @@ class Buffer : public Handle { off_t wseek(off_t, int = SEEK_SET) throw (GeneralException); off_t wtell() const; void reset(); + void SetFakeName(const String &); const Byte * GetBuffer() const; static int GetNbBuffer(); @@ -58,6 +59,7 @@ class Buffer : public Handle { size_t realsiz, bufsiz, ptr, wptr; bool seekable; bool got_eof; + String fake_name; static int nb_buffer; }; -- cgit v1.2.3