paragui-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paragui-cvs] CVS: paragui/include pgfilearchive.h,1.3.6.2,1.3.6.3


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/include pgfilearchive.h,1.3.6.2,1.3.6.3
Date: Fri, 07 Jun 2002 03:29:33 -0400

Update of /cvsroot/paragui/paragui/include
In directory subversions:/tmp/cvs-serv12645/include

Modified Files:
      Tag: devel-1-0
        pgfilearchive.h 
Log Message:
added PG_FileArchive::OpenFileRWops



Index: pgfilearchive.h
===================================================================
RCS file: /cvsroot/paragui/paragui/include/pgfilearchive.h,v
retrieving revision 1.3.6.2
retrieving revision 1.3.6.3
diff -C2 -r1.3.6.2 -r1.3.6.3
*** pgfilearchive.h     6 Jun 2002 22:10:46 -0000       1.3.6.2
--- pgfilearchive.h     7 Jun 2002 07:29:30 -0000       1.3.6.3
***************
*** 233,236 ****
--- 233,245 ----
                                 PG_OPEN_MODE mode = PG_OPEN_READ);
          
+       /**
+          Open a file from the archive
+          @param filename name of the file to open
+          @param mode the open mode
+          @return pointer SDL_RWops structure
+       */
+       static SDL_RWops* OpenFileRWops(const char* filename,
+                                PG_OPEN_MODE mode = PG_OPEN_READ);
+         
        //! Open and read a file from the archive
        /*!
***************
*** 242,245 ****
--- 251,255 ----
        */
        static PG_DataContainer* ReadFile(const char* filename);
+       
        /**
        Load a surface (image) from the archive




reply via email to

[Prev in Thread] Current Thread [Next in Thread]